Commit 315fd7d746aebe3456d5cc87caf0416cb83ea671
1 parent
193a5624
Exists in
master
and in
4 other branches
fix routing specs
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
spec/routing/project_routing_spec.rb
... | ... | @@ -76,7 +76,7 @@ describe ProjectsController, "routing" do |
76 | 76 | end |
77 | 77 | |
78 | 78 | it "to #graph" do |
79 | - get("/gitlabhq/graph").should route_to('projects#graph', id: 'gitlabhq') | |
79 | + get("/gitlabhq/graph/master").should route_to('graph#show', project_id: 'gitlabhq', id: 'master') | |
80 | 80 | end |
81 | 81 | |
82 | 82 | it "to #files" do | ... | ... |