Merge pull request #7095 from jvanbaarsen/routing-spec-fix
Fix for the broken routing specs
This commit is contained in:
commit
f055bad513
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue