Skip to content

Commit

Permalink
Gemfile: add rails-controller-testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ndushay committed Aug 30, 2018
1 parent cc21a43 commit 27e7c62
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 @@ -43,6 +43,7 @@ end
group :development, :test do
gem 'byebug'
gem 'rspec-rails', '~> 3.7'
gem 'rails-controller-testing'
gem 'rubocop', '~> 0.58'
gem 'rubocop-rspec'
end
5 changes: 5 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,10 @@ GEM
bundler (>= 1.3.0)
railties (= 5.2.1)
sprockets-rails (>= 2.0.0)
rails-controller-testing (1.0.2)
actionpack (~> 5.x, >= 5.0.1)
actionview (~> 5.x, >= 5.0.1)
activesupport (~> 5.x)
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
Expand Down Expand Up @@ -470,6 +474,7 @@ DEPENDENCIES
modsulator
nokogiri
rails (~> 5.2, >= 5.2.1)
rails-controller-testing
rake
resque (~> 1.27)
resque-lock
Expand Down

0 comments on commit 27e7c62

Please sign in to comment.