File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 gem 'sqlite3'
2929end
3030
31- gem 'rails-controller-testing' , group : :test
32-
3331if Gem ::Version . new ( RUBY_VERSION ) < Gem ::Version . new ( '3' )
3432 # While we still support Ruby < 3 we need to workaround a limitation in
3533 # the 'async' gem that relies on the latest ruby, since RubyGems doesn't
Original file line number Diff line number Diff line change @@ -46,4 +46,5 @@ Gem::Specification.new do |s|
4646 s . add_development_dependency "solidus_backend" , solidus_version
4747 s . add_development_dependency "solidus_dev_support" , ">= 0.3.0"
4848 s . add_development_dependency "solidus_frontend" , solidus_version
49+ s . add_development_dependency "rails-controller-testing"
4950end
Original file line number Diff line number Diff line change 33# Configure Rails Environment
44ENV [ 'RAILS_ENV' ] = 'test'
55
6+ require 'rails-controller-testing'
7+
68# Run Coverage report
79require 'solidus_dev_support/rspec/coverage'
810
You can’t perform that action at this time.
0 commit comments