diff options
author | Phil Hughes <me@iamphill.com> | 2016-05-16 18:38:25 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2016-05-16 18:38:25 +0000 |
commit | 8536c49f1958b08a6dc556f0cf9abd166f821669 (patch) | |
tree | e0cd93d342742fd42a66b71d164f216122b3286d /spec | |
parent | 80bda87424c149a3ab301cdca4500c0f236c38bd (diff) | |
download | gitlab-ce-8536c49f1958b08a6dc556f0cf9abd166f821669.tar.gz |
Fixed rubocop error
Diffstat (limited to 'spec')
-rw-r--r-- | spec/features/issues/move_spec.rb | 1 |
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 |