Commit 2a67879b751b44aab219a23314afe8bcb1ff63ac
1 parent
9cd1069a
Exists in
master
and in
4 other branches
[Tests] Fixed graph test
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
spec/requests/projects_spec.rb
... | ... | @@ -79,7 +79,7 @@ describe "Projects" do |
79 | 79 | |
80 | 80 | describe "GET /projects/graph" do |
81 | 81 | before do |
82 | - @project = Factory :project, :path => "gitlab_remove" | |
82 | + @project = Factory :project | |
83 | 83 | @project.add_access(@user, :read) |
84 | 84 | |
85 | 85 | visit graph_project_path(@project) | ... | ... |