diff options
author | Robin Houston <robin.houston@gmail.com> | 2012-01-17 13:09:00 +0000 |
---|---|---|
committer | Robin Houston <robin.houston@gmail.com> | 2012-01-17 13:09:00 +0000 |
commit | 80e56fde3b4bdb9d2483a7c858960a6d2bd964e0 (patch) | |
tree | 09742b72b053f6623954baefd13a0a9e32bfeb5f /config/environments/test.rb | |
parent | bae21e38242aac2c5843bae5ea5fe3b09408a4f9 (diff) | |
parent | ba7310b580b2b03068568497c02eae7cbcd2d901 (diff) |
Merge branch 'release/0.5' into wdtk
Diffstat (limited to 'config/environments/test.rb')
-rw-r--r-- | config/environments/test.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/environments/test.rb b/config/environments/test.rb index 8058487ad..8d6041ad9 100644 --- a/config/environments/test.rb +++ b/config/environments/test.rb @@ -18,6 +18,7 @@ config.action_controller.perform_caching = false # 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 |