From 900d23b5066dc856766190a62957bd9145bfb1d8 Mon Sep 17 00:00:00 2001 From: Larry Gebhardt Date: Mon, 6 Apr 2015 11:40:44 -0400 Subject: [PATCH] Remove eager_load setting. --- test/test_helper.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/test/test_helper.rb b/test/test_helper.rb index b2ca32e53..c30f454b8 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -27,7 +27,6 @@ puts "Testing With RAILS VERSION #{Rails.version}" class TestApp < Rails::Application - config.eager_load = false config.root = File.dirname(__FILE__) config.session_store :cookie_store, key: 'session' config.secret_key_base = 'secret'