fix routing specs

This commit is contained in:
Dmitriy Zaporozhets 2013-01-31 10:08:20 +02:00
parent 193a5624b2
commit 315fd7d746
1 changed files with 1 additions and 1 deletions

View File

@ -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