module RSpec::Rails::ControllerExampleGroup

def routes=(routes)

Other tags:
    Private: -
def routes=(routes)
  @routes = routes
  assertion_instance.instance_variable_set(:@routes, routes)
end