Fixed rubocop error

This commit is contained in:
Phil Hughes 2016-05-16 18:38:25 +00:00
parent 80bda87424
commit 8536c49f19
1 changed files with 0 additions and 1 deletions

View File

@ -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