Skip to content

Commit

Permalink
Move rails-controller-testing to :test group
Browse files Browse the repository at this point in the history
rails-controller-testing should only be used in testing, so this
shouldn't need to be installed in production.
  • Loading branch information
NickLaMuro committed Jun 27, 2017
1 parent 38afaa7 commit 77beefa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ gem "pg-pglogical", "~>1.1.0", :require => false
gem "puma", "~>3.3.0"
gem "query_relation", "~>0.1.0", :require => false
gem "rails", "~>5.0.2"
gem "rails-controller-testing", :require => false
gem "rails-i18n", "~>5.x"
gem "responders", "~>2.0"
gem "rest-client", "~>2.0.0", :require => false
Expand Down Expand Up @@ -122,6 +121,7 @@ unless ENV["APPLIANCE"]
gem "capybara", "~>2.5.0", :require => false
gem "coveralls", :require => false
gem "factory_girl", "~>4.5.0", :require => false
gem "rails-controller-testing", :require => false
gem "sqlite3", :require => false
gem "timecop", "~>0.7.3", :require => false
gem "vcr", "~>3.0.2", :require => false
Expand Down

0 comments on commit 77beefa

Please sign in to comment.