Commit f055bad5 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge pull request #7095 from jvanbaarsen/routing-spec-fix

Fix for the broken routing specs
parents 9e78fb5b f07f524b
......@@ -245,7 +245,7 @@ describe "Groups", "routing" do
end
it "also display group#show on the short path" do
get("/1").should route_to('groups#show', id: '1')
get('/1').should route_to('namespaces#show', id: '1')
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment