From f975626dc1ce48e30e530197a82cc8221103ac2a Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Tue, 8 Mar 2011 14:09:44 -0800 Subject: [PATCH] test/unit in ruby trunk adds a new instance variable. YAY! --- actionpack/lib/action_view/test_case.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/actionpack/lib/action_view/test_case.rb b/actionpack/lib/action_view/test_case.rb index 2ce109ea99..3e2ddffa16 100644 --- a/actionpack/lib/action_view/test_case.rb +++ b/actionpack/lib/action_view/test_case.rb @@ -185,6 +185,7 @@ def view @request @routes @templates + @options @test_passed @view @view_context_class -- GitLab