Commit 22bd2859 authored by Robert Speicher's avatar Robert Speicher

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

Fix RuboCop

See merge request !4294
parents bd276101 ce727ab6
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment