diff config/environments/test.rb @ 198:f513b1ca455a

Add the new eager_load config parameter.
author Edho Arief <edho@myconan.net>
date Wed, 08 May 2013 00:08:33 +0900
parents cb30b72e8ded
children 681bfba39449
line wrap: on
line diff
--- a/config/environments/test.rb	Wed May 08 00:03:01 2013 +0900
+++ b/config/environments/test.rb	Wed May 08 00:08:33 2013 +0900
@@ -31,4 +31,6 @@
 
   # Print deprecation notices to the stderr
   config.active_support.deprecation = :stderr
+
+  config.eager_load = false
 end