Fix RuboCop

This commit is contained in:
Robert Speicher
2016-05-25 17:13:20 -04:00
parent bd276101c2
commit ce727ab6e6
+1 -1
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