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