Commit f07f524badf39c197dbcb18e74935fc5957803a3
1 parent
7a89cef6
Exists in
spb-stable
and in
2 other branches
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 "Groups", "routing" do |
245 | 245 | end |
246 | 246 | |
247 | 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 | 249 | end |
250 | 250 | end |
251 | 251 | ... | ... |