Fix broken test

This commit is contained in:
Filipa Lacerda 2017-12-11 13:23:14 +00:00
parent c2d150049b
commit a414f548d2
No known key found for this signature in database
GPG Key ID: 9CA3FDE4D1E2F1C8
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ feature 'Dashboard Todos' do
end
it 'shows "All done" message' do
expect(page).to have_content 'Todos let you see what you should do next.'
expect(page).to have_content 'Todos let you see what you should do next'
end
end