mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-22 19:16:39 +10:00
[Tests] Fixed graph test
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user