Autocorrect
- Lint/SafeNavigationConsistency - Capybara/NegationMatcher
This commit is contained in:
parent
2c9e600e5c
commit
68e8203f27
6 changed files with 57 additions and 57 deletions
|
|
@ -47,7 +47,7 @@ feature Sponsor do
|
|||
end
|
||||
page.find('#flash')
|
||||
expect(flash).to eq('Sponsor successfully deleted.')
|
||||
expect(page).to_not have_selector('table#sponsors')
|
||||
expect(page).to have_no_selector('table#sponsors')
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue