Methods
T
V
Instance Public methods
test_assigns()
# File actionpack/test/controller/test_case_test.rb, line 165
def test_assigns
  @foo = "foo"
  render :nothing => true
end
view_assigns()
# File actionpack/test/controller/test_case_test.rb, line 170
def view_assigns
  { "bar" => "bar" }
end