From f07f524badf39c197dbcb18e74935fc5957803a3 Mon Sep 17 00:00:00 2001 From: Jeroen van Baarsen Date: Sun, 8 Jun 2014 23:40:37 +0200 Subject: [PATCH] Fix for the broken routing specs --- spec/routing/routing_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/routing/routing_spec.rb b/spec/routing/routing_spec.rb index 7bfd5d0..1e92cf6 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 -- libgit2 0.21.2