module ActionView::TestCase::Behavior

def _routes

def _routes
  @controller._routes if @controller.respond_to?(:_routes)
end