Source: show | on GitHub
# File actionpack/test/controller/test_case_test.rb, line 165 def test_assigns @foo = "foo" render :nothing => true end
# File actionpack/test/controller/test_case_test.rb, line 170 def view_assigns { "bar" => "bar" } end