Commit 96572bd0 authored by James Lopez's avatar James Lopez

fix spec - unused var

parent 70023c21
...@@ -60,7 +60,7 @@ feature 'project import', feature: true, js: true do ...@@ -60,7 +60,7 @@ feature 'project import', feature: true, js: true do
end end
scenario 'project with no name' do scenario 'project with no name' do
project = create(:project, namespace_id: 2) create(:project, namespace_id: 2)
visit new_project_path visit new_project_path
......
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