diff --git a/spec/routing/routing_spec.rb b/spec/routing/routing_spec.rb
index 7bfd5d0b9980a33f5346d6e9b8e7f5cdaa7af7e1..1e92cf62dd5183e593fa9e092fe9adf5db8b8bd8 100644
--- a/spec/routing/routing_spec.rb
+++ b/spec/routing/routing_spec.rb
@@ -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