Skip to content

Commit

Permalink
Add rails-controller-testing
Browse files Browse the repository at this point in the history
  • Loading branch information
delonnewman committed Sep 26, 2024
1 parent 8599b10 commit 7099205
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ end

group :test do
gem 'simplecov', require: false
gem 'rails-controller-testing'
end

group :development, :test do
Expand Down
5 changes: 5 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,10 @@ GEM
activesupport (= 7.0.8.4)
bundler (>= 1.15.0)
railties (= 7.0.8.4)
rails-controller-testing (1.0.5)
actionpack (>= 5.0.1.rc1)
actionview (>= 5.0.1.rc1)
activesupport (>= 5.0.1.rc1)
rails-dom-testing (2.2.0)
activesupport (>= 5.0.0)
minitest
Expand Down Expand Up @@ -492,6 +496,7 @@ DEPENDENCIES
rack-cors
rack-mini-profiler
rails (~> 7.0.5)
rails-controller-testing
rails-pattern_matching
rails_live_reload
rqrcode
Expand Down

0 comments on commit 7099205

Please sign in to comment.