module GdsApi::TestHelpers::Router
def stub_router_has_backend_route(path, backend_id:, route_type: "exact", disabled: false)
def stub_router_has_backend_route(path, backend_id:, route_type: "exact", disabled: false) stub_router_has_route(path, handler: "backend", backend_id:, disabled:, route_type:) end