Source: show | on GitHub
# File actionpack/test/controller/test_case_test.rb, line 821 def test_engine_controller_route get :index assert_equal @response.body, 'bar' end