[Tests] Fixed graph test
This commit is contained in:
parent
9cd1069a8c
commit
2a67879b75
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue