Commit 40134d09 authored by Phil Hughes's avatar Phil Hughes

Fixed failing rubocop

parent 721c7cd1
......@@ -157,7 +157,7 @@ RSpec.describe 'Filter issues', :js do
it 'does not allow filtering by reviewer' do
find('.filtered-search').click
expect(page).to_not have_button('Reviewer')
expect(page).not_to have_button('Reviewer')
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