diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2011-02-25 11:47:14 +0000 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2011-02-25 11:47:14 +0000 |
commit | 224b8a4ba3a24af91068505c7907724448a4096d (patch) | |
tree | 54a0d0c08605c6bc16e4a5e6b5b8e4d02936e9f2 /config/environments/test.rb | |
parent | 4a239ae108a834cc5e73b8b9ab53cd30b4f8dd52 (diff) |
ensure tests run with test environment
Diffstat (limited to 'config/environments/test.rb')
-rw-r--r-- | config/environments/test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/environments/test.rb b/config/environments/test.rb index f0689b924..bbca20a31 100644 --- a/config/environments/test.rb +++ b/config/environments/test.rb @@ -16,4 +16,4 @@ config.action_controller.perform_caching = false # Tell ActionMailer not to deliver emails to the real world. # The :test delivery method accumulates sent emails in the # ActionMailer::Base.deliveries array. -config.action_mailer.delivery_method = :test
\ No newline at end of file +config.action_mailer.delivery_method = :test |