test/rails/config/environments/test.rb in smurf-1.0.4 vs test/rails/config/environments/test.rb in smurf-1.0.5
- old
+ new
@@ -1,7 +1,7 @@
-config.cache_classes = true
-config.whiny_nils = true
+Smurf::Application.configure do
+ config.active_support.deprecation = :stderr
+ config.cache_classes = true
+ config.whiny_nils = true
-config.action_controller.consider_all_requests_local = true
-config.action_controller.perform_caching = true # THIS IS IMPORTANT FOR THE TESTS
-
-config.action_mailer.delivery_method = :test
+ config.action_controller.perform_caching = true # THIS IS IMPORTANT FOR THE TESTS
+end
\ No newline at end of file