Skip to content
Snippets Groups Projects
Commit 315fd7d7 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

fix routing specs

parent 193a5624
No related branches found
No related tags found
2 merge requests!2940Expanding repos and hooks paths in settings,!2770Capistrano deploy
Loading
Loading
@@ -76,7 +76,7 @@ describe ProjectsController, "routing" do
end
 
it "to #graph" do
get("/gitlabhq/graph").should route_to('projects#graph', id: 'gitlabhq')
get("/gitlabhq/graph/master").should route_to('graph#show', project_id: 'gitlabhq', id: 'master')
end
 
it "to #files" do
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment