Skip to content

Commit

Permalink
Remove rails-controller-testing from Gemfile
Browse files Browse the repository at this point in the history
ManageIQ/manageiq-ui-classic should be the only repo that is currently
needing this gem (possibly ManageIQ/manageiq-api), so make those dev
dependencies for those projects directly, and prevent them from being
required by every other project that doesn't need them.
  • Loading branch information
NickLaMuro committed Aug 17, 2017
1 parent d507edb commit 273d335
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@ 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
1 change: 0 additions & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
require File.expand_path("../../config/environment", __FILE__)
require 'application_helper'

require 'rails-controller-testing'
require 'rspec/rails'
require 'vcr'
require 'cgi'
Expand Down

0 comments on commit 273d335

Please sign in to comment.