Merge branch 'rs-fix-rubocop' into 'master'

Fix RuboCop

See merge request !4294
This commit is contained in:
Robert Speicher 2016-05-25 21:15:32 +00:00
commit 22bd285907
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ describe 'Filter issues', feature: true do
fill_in 'issue_search', with: 'testing'
page.within '.issues-list' do
expect(page).to_not have_selector('.issue')
expect(page).not_to have_selector('.issue')
end
end
end