config/environments/test.rb in damagecontrol-0.5.0 vs config/environments/test.rb in damagecontrol-0.5.0.1391
- old
+ new
@@ -1,3 +1,4 @@
-Dependencies.mechanism = :require
-ActionController::Base.consider_all_requests_local = true
+Dependencies.mechanism = :require
+ActionController::Base.consider_all_requests_local = true
+ActionController::Base.perform_caching = false
ActionMailer::Base.delivery_method = :test
\ No newline at end of file