diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2012-03-09 11:52:13 +0000 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2012-03-09 11:52:13 +0000 |
commit | 4a4ec2394b5871f9d64450da51820392767c10d7 (patch) | |
tree | b1a0ca8aa20b73f5a7659f73e58a8f70c56aa431 | |
parent | bb74b57d56416c3c272f913674e96d6a00de6d1e (diff) |
Don't load gems in environment now we use bundler
-rw-r--r-- | config/environments/test.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/config/environments/test.rb b/config/environments/test.rb index be28c3df6..32dc2b1ec 100644 --- a/config/environments/test.rb +++ b/config/environments/test.rb @@ -19,8 +19,6 @@ config.action_controller.perform_caching = false # The :test delivery method accumulates sent emails in the # ActionMailer::Base.deliveries array. config.action_mailer.delivery_method = :test -config.gem 'rspec-rails', :version => '>= 1.3.3', :lib => false unless File.directory?(File.join(Rails.root, 'vendor/plugins/rspec-rails')) -config.gem 'fakeweb', :version => '>=1.3.0' # Disable request forgery protection in test environment config.action_controller.allow_forgery_protection = false |