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