diff options
Diffstat (limited to 'actionpack/test')
-rw-r--r-- | actionpack/test/controller/render_test.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/actionpack/test/controller/render_test.rb b/actionpack/test/controller/render_test.rb index 136a6990e6..cb89bbc4e4 100644 --- a/actionpack/test/controller/render_test.rb +++ b/actionpack/test/controller/render_test.rb @@ -57,6 +57,7 @@ class TestController < ActionController::Base end def partials_list + @test_unchanged = 'hello' @customers = [ Customer.new("david"), Customer.new("mary") ] render_action "list" end |