Skip to content

Commit aca3942

Browse files
committed
Fix tests broken by adding a new instance variable to view test cases
1 parent 610cf9d commit aca3942

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

actionpack/lib/action_view/test_case.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@ def view
205205
:@rendered,
206206
:@request,
207207
:@routes,
208+
:@tagged_logger,
208209
:@templates,
209210
:@options,
210211
:@test_passed,

0 commit comments

Comments
 (0)