diff options
Diffstat (limited to 'config/environments')
-rw-r--r-- | config/environments/development.rb | 2 | ||||
-rw-r--r-- | config/environments/test.rb | 4 |
2 files changed, 2 insertions, 4 deletions
diff --git a/config/environments/development.rb b/config/environments/development.rb index c6b9bd263..d15af3336 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -21,5 +21,3 @@ config.action_mailer.delivery_method = :sendmail # so is queued, rather than giv # unintentionally kept references to objects, especially strings. # require 'memory_profiler' # MemoryProfiler.start :string_debug => true, :delay => 10 - - 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 + |