Skip to content
This repository has been archived by the owner on Nov 8, 2018. It is now read-only.

Commit

Permalink
Rails 4 compatibility!
Browse files Browse the repository at this point in the history
  • Loading branch information
ream88 committed Feb 27, 2013
1 parent 3345788 commit 49f374e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/integration_spec.rb
Expand Up @@ -4,8 +4,8 @@
require 'action_controller/railtie'

class App < Rails::Application
config.active_support.deprecation = :log
new.initialize!
config.eager_load = true
initialize!
end

describe ActionView::Base do
Expand Down

0 comments on commit 49f374e

Please sign in to comment.