diff options
Diffstat (limited to 'config/environments/test.rb')
-rw-r--r-- | config/environments/test.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/environments/test.rb b/config/environments/test.rb index 216998288..8058487ad 100644 --- a/config/environments/test.rb +++ b/config/environments/test.rb @@ -17,8 +17,8 @@ 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')) # Disable request forgery protection in test environment -config.action_controller.allow_forgery_protection = false
\ No newline at end of file +config.action_controller.allow_forgery_protection = false + |