Commit f07f524badf39c197dbcb18e74935fc5957803a3

Authored by Jeroen van Baarsen
1 parent 7a89cef6

Fix for the broken routing specs

Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
spec/routing/routing_spec.rb
@@ -245,7 +245,7 @@ describe &quot;Groups&quot;, &quot;routing&quot; do @@ -245,7 +245,7 @@ describe &quot;Groups&quot;, &quot;routing&quot; do
245 end 245 end
246 246
247 it "also display group#show on the short path" do 247 it "also display group#show on the short path" do
248 - get("/1").should route_to('groups#show', id: '1') 248 + get('/1').should route_to('namespaces#show', id: '1')
249 end 249 end
250 end 250 end
251 251