We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1614998 commit 51a70b7Copy full SHA for 51a70b7
Gemfile
@@ -88,6 +88,7 @@ end
88
group :test do
89
gem "shoulda-matchers", "~> 6.4"
90
gem "rspec-html-matchers"
91
+ gem "rails-controller-testing"
92
gem "webmock"
93
gem "capybara"
94
gem "selenium-webdriver", "~> 4.11.0"
Gemfile.lock
@@ -313,6 +313,10 @@ GEM
313
activesupport (= 8.0.2)
314
bundler (>= 1.15.0)
315
railties (= 8.0.2)
316
+ rails-controller-testing (1.0.5)
317
+ actionpack (>= 5.0.1.rc1)
318
+ actionview (>= 5.0.1.rc1)
319
+ activesupport (>= 5.0.1.rc1)
320
rails-dom-testing (2.2.0)
321
activesupport (>= 5.0.0)
322
minitest
@@ -529,6 +533,7 @@ DEPENDENCIES
529
533
puma (>= 5.0)
530
534
pundit
531
535
rails (~> 8.0.2)
536
+ rails-controller-testing
532
537
rails-erd
538
ransack
539
rspec-html-matchers
0 commit comments