Fix hound warnings

This commit is contained in:
decabeza
2019-02-11 17:33:51 +01:00
parent 6df471d082
commit e8ad9f749e

View File

@@ -125,7 +125,7 @@ feature 'Admin budgets' do
click_link 'Delete budget'
expect(page).to have_content('Budget deleted successfully')
expect(page).to have_content('There are no budgets.')
expect(page).to have_content("There are no budgets.")
end
scenario 'Try to destroy a budget with investments' do