Skip to content

Commit

Permalink
Remove eager_load setting.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgebhardt committed Apr 6, 2015
1 parent 1ad637e commit 900d23b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 900d23b

Please sign in to comment.