We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 985a4c2 commit cacfd9aCopy full SHA for cacfd9a
1 file changed
test/test_helper.rb
@@ -27,6 +27,7 @@
27
puts "Testing With RAILS VERSION #{Rails.version}"
28
29
class TestApp < Rails::Application
30
+ config.eager_load = false
31
config.root = File.dirname(__FILE__)
32
config.session_store :cookie_store, key: 'session'
33
config.secret_key_base = 'secret'
0 commit comments