1 # Settings specified here will take precedence over those in config/environment.rb
4 # The test environment is used exclusively to run your application's
5 # test suite. You never need to work with it otherwise. Remember that
6 # your test database is "scratch space" for the test suite and is wiped
7 # and recreated between test runs. Don't rely on the data there!
8 config.cache_classes = true
10 # Log error messages when you accidentally call methods on nil.
11 config.whiny_nils = true
13 # Show full error reports and disable caching
14 config.action_controller.consider_all_requests_local = true
15 config.action_controller.perform_caching = false
17 # Tell ActionMailer not to deliver emails to the real world.
18 # The :test delivery method accumulates sent emails in the
19 # ActionMailer::Base.deliveries array.
20 config.action_mailer.delivery_method = :test