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

Fix for the broken routing specs
This commit is contained in:
Dmitriy Zaporozhets 2014-06-09 12:26:46 +03:00
commit f055bad513

View file

@ -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