Commit f07f524b authored by Jeroen van Baarsen's avatar Jeroen van Baarsen

Fix for the broken routing specs

Signed-off-by: default avatarJeroen van Baarsen <jeroenvanbaarsen@gmail.com>
parent 7a89cef6
......@@ -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