Fix to_not to not_to on rspec expectations
This commit is contained in:
@@ -279,7 +279,7 @@ feature 'Admin budgets' do
|
||||
click_link 'Delete'
|
||||
end
|
||||
|
||||
expect(page).to_not have_content 'District 1'
|
||||
expect(page).not_to have_content 'District 1'
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user