Skip to content

Commit 51a70b7

Browse files
author
github-actions
committed
update with project-syncing action
1 parent 1614998 commit 51a70b7

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ end
8888
group :test do
8989
gem "shoulda-matchers", "~> 6.4"
9090
gem "rspec-html-matchers"
91+
gem "rails-controller-testing"
9192
gem "webmock"
9293
gem "capybara"
9394
gem "selenium-webdriver", "~> 4.11.0"

Gemfile.lock

+5
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,10 @@ GEM
313313
activesupport (= 8.0.2)
314314
bundler (>= 1.15.0)
315315
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)
316320
rails-dom-testing (2.2.0)
317321
activesupport (>= 5.0.0)
318322
minitest
@@ -529,6 +533,7 @@ DEPENDENCIES
529533
puma (>= 5.0)
530534
pundit
531535
rails (~> 8.0.2)
536+
rails-controller-testing
532537
rails-erd
533538
ransack
534539
rspec-html-matchers

0 commit comments

Comments
 (0)