Fix for the broken routing specs
Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
This commit is contained in:
parent
7a89cef601
commit
f07f524bad
1 changed files with 1 additions and 1 deletions
|
@ -245,7 +245,7 @@ describe "Groups", "routing" do
|
||||||
end
|
end
|
||||||
|
|
||||||
it "also display group#show on the short path" do
|
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
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue