Methods
S
T
Instance Public methods
setup()
# File actionpack/test/controller/test_case_test.rb, line 830
def setup
  @routes = Engine.routes
end
test_engine_controller_route()
# File actionpack/test/controller/test_case_test.rb, line 834
def test_engine_controller_route
  get :index
  assert_equal @response.body, 'bar'
end