Fix for the broken routing specs
Created by: jvanbaarsen
This MR fixes a broken spec that was not caught because of not running rspec properly.
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')
Please register or sign in to reply