test/fake_app.rb in supercharged-2.0.4 vs test/fake_app.rb in supercharged-2.1.0

- old
+ new

@@ -8,9 +8,10 @@ # config app = Class.new(Rails::Application) app.config.secret_token = "3b7cd727ee24e8444053437c36cc66c4" app.config.session_store :cookie_store, :key => "_fakeapp_session" app.config.active_support.deprecation = :log +app.config.eager_load = false app.initialize! Rails.application.routes.draw do supercharged \ No newline at end of file