aboutsummaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
authorJamie Winsor <jamie@enmasse.com>2011-09-04 14:40:12 -0700
committerJamie Winsor <jamie@enmasse.com>2011-09-04 14:40:12 -0700
commitec6ed3f951917634496b0b7de3f575dc0c6de96f (patch)
treed5a832fc8c4909ec61058f37660067d025c17768 /spec
parent7903bdfed26f085f6d07d104ac458bc4319b1e32 (diff)
downloadrefinerycms-blog-ec6ed3f951917634496b0b7de3f575dc0c6de96f.tar.gz
refinerycms-blog-ec6ed3f951917634496b0b7de3f575dc0c6de96f.tar.bz2
refinerycms-blog-ec6ed3f951917634496b0b7de3f575dc0c6de96f.zip
accidentally had left perform_caching set to true
Diffstat (limited to 'spec')
-rw-r--r--spec/dummy/config/environments/development.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/dummy/config/environments/development.rb b/spec/dummy/config/environments/development.rb
index c777820..8604338 100644
--- a/spec/dummy/config/environments/development.rb
+++ b/spec/dummy/config/environments/development.rb
@@ -11,7 +11,7 @@ Dummy::Application.configure do
# Show full error reports and disable caching
config.consider_all_requests_local = true
- config.action_controller.perform_caching = true
+ config.action_controller.perform_caching = false
# Don't care if the mailer can't send
config.action_mailer.raise_delivery_errors = false