Commit 315fd7d7 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

fix routing specs

parent 193a5624
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment