Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-05-16 21:38:25 +0300
committerPhil Hughes <me@iamphill.com>2016-05-16 21:38:25 +0300
commit8536c49f1958b08a6dc556f0cf9abd166f821669 (patch)
treee0cd93d342742fd42a66b71d164f216122b3286d /spec/features/issues/move_spec.rb
parent80bda87424c149a3ab301cdca4500c0f236c38bd (diff)
Fixed rubocop error
Diffstat (limited to 'spec/features/issues/move_spec.rb')
-rw-r--r--spec/features/issues/move_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/features/issues/move_spec.rb b/spec/features/issues/move_spec.rb
index ebf039817dd..307ecc6fcaf 100644
--- a/spec/features/issues/move_spec.rb
+++ b/spec/features/issues/move_spec.rb
@@ -53,7 +53,6 @@ feature 'issue move to another project' do
background { another_project.team << [user, :guest] }
scenario 'browsing projects in projects select' do
- options = [ '', 'No project', new_project.name_with_namespace ]
click_link 'Select project'
page.within '.select2-results' do