Skip to content

Commit cacfd9a

Browse files
committed
Disable eager_load again for tests.
1 parent 985a4c2 commit cacfd9a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/test_helper.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
puts "Testing With RAILS VERSION #{Rails.version}"
2828

2929
class TestApp < Rails::Application
30+
config.eager_load = false
3031
config.root = File.dirname(__FILE__)
3132
config.session_store :cookie_store, key: 'session'
3233
config.secret_key_base = 'secret'

0 commit comments

Comments
 (0)