Commit 2a67879b authored by randx's avatar randx

[Tests] Fixed graph test

parent 9cd1069a
......@@ -79,7 +79,7 @@ describe "Projects" do
describe "GET /projects/graph" do
before do
@project = Factory :project, :path => "gitlab_remove"
@project = Factory :project
@project.add_access(@user, :read)
visit graph_project_path(@project)
......
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