Fix for the broken routing specs

Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
This commit is contained in:
Jeroen van Baarsen 2014-06-08 23:40:37 +02:00
parent 7a89cef601
commit f07f524bad

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