fix routing specs
This commit is contained in:
parent
193a5624b2
commit
315fd7d746
|
@ -76,7 +76,7 @@ describe ProjectsController, "routing" do
|
||||||
end
|
end
|
||||||
|
|
||||||
it "to #graph" do
|
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
|
end
|
||||||
|
|
||||||
it "to #files" do
|
it "to #files" do
|
||||||
|
|
Loading…
Reference in a new issue