[Tests] Fixed graph test

This commit is contained in:
randx 2012-05-27 13:40:43 +03:00
parent 9cd1069a8c
commit 2a67879b75

View file

@ -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)