Skip to content

Commit 1857eb7

Browse files
author
Rafael Mendonça França
committed
Load Action View so hooks work
1 parent 0d15308 commit 1857eb7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_railtie.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ def setup
3030
@app.config.time_zone = 'UTC'
3131
@app.config.middleware ||= Rails::Configuration::MiddlewareStackProxy.new
3232
@app.config.active_support.deprecation = :notify
33+
ActionView::Base # load ActionView
3334
end
3435

3536
def test_initialize

0 commit comments

Comments
 (0)