Source: show | on GitHub
# 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