1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Fix tests broken by adding a new instance variable to view test cases

This commit is contained in:
Jeremy Kemper 2012-09-27 14:45:48 -07:00
parent 610cf9da96
commit aca39428eb

View file

@ -205,6 +205,7 @@ module ActionView
:@rendered, :@rendered,
:@request, :@request,
:@routes, :@routes,
:@tagged_logger,
:@templates, :@templates,
:@options, :@options,
:@test_passed, :@test_passed,