class EngineControllerTests::BarControllerTest

Public Instance Methods

test_engine_controller_route() click to toggle source
# File actionpack/test/controller/test_case_test.rb, line 993
def test_engine_controller_route
  get :index
  assert_equal @response.body, "bar"
end