summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2016-07-20 17:54:50 +0200
committerJames Lopez <james@jameslopez.es>2016-07-20 17:54:50 +0200
commit96572bd006fd257eb037c0fbf9c6094f35d8cd60 (patch)
tree65ecd360251d3efc172ce8987f9395972cb10535
parent70023c2179bf5752302078bfa0199b8ed8f73813 (diff)
downloadgitlab-ce-fix/new-project-import-tooltip.tar.gz
fix spec - unused varfix/new-project-import-tooltip
-rw-r--r--spec/features/projects/import_export/import_file_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/projects/import_export/import_file_spec.rb b/spec/features/projects/import_export/import_file_spec.rb
index 239e8369d54..2d1e3bbebe5 100644
--- a/spec/features/projects/import_export/import_file_spec.rb
+++ b/spec/features/projects/import_export/import_file_spec.rb
@@ -60,7 +60,7 @@ feature 'project import', feature: true, js: true do
end
scenario 'project with no name' do
- project = create(:project, namespace_id: 2)
+ create(:project, namespace_id: 2)
visit new_project_path