Namespace
Methods
T
Instance Public methods
test_using_custom_render_option()
# File actionpack/test/controller/render_other_test.rb, line 17
def test_using_custom_render_option
  get :render_simon_says
  assert_equal "Simon says: foo", @response.body
end