Skip to content

Commit

Permalink
Forgot this gem to run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
erickm32 committed May 14, 2020
1 parent 63775b5 commit d6a569e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ gem 'jbuilder', '~> 2.7'
gem 'bcrypt', '~> 3.1.7'
gem 'will_paginate', '~> 3.1.0'

gem 'rails-controller-testing'

# Use Active Storage variant
# gem 'image_processing', '~> 1.2'

Expand Down
5 changes: 5 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,10 @@ GEM
bundler (>= 1.3.0)
railties (= 6.0.3)
sprockets-rails (>= 2.0.0)
rails-controller-testing (1.0.4)
actionpack (>= 5.0.1.x)
actionview (>= 5.0.1.x)
activesupport (>= 5.0.1.x)
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
Expand Down Expand Up @@ -227,6 +231,7 @@ DEPENDENCIES
pg
puma (~> 4.1)
rails (~> 6.0.3)
rails-controller-testing
sass-rails (>= 6)
selenium-webdriver
spring
Expand Down

0 comments on commit d6a569e

Please sign in to comment.