test/dummy/config/environments/test.rb in mac_generators-0.2.1 vs test/dummy/config/environments/test.rb in mac_generators-0.3.1
- old
+ new
@@ -15,10 +15,10 @@
# Configure static asset server for tests with Cache-Control for performance.
config.serve_static_assets = true
config.static_cache_control = "public, max-age=3600"
# Show full error reports and disable caching.
- config.consider_all_requests_local = true
+ config.consider_all_requests_local = true
config.action_controller.perform_caching = false
# Raise exceptions instead of rendering exception templates.
config.action_dispatch.show_exceptions = false