correct text in the test

This commit is contained in:
MaiteHdezRivas
2016-04-21 11:30:45 +02:00
parent f771a61a50
commit c86f3516db

View File

@@ -1017,10 +1017,10 @@ feature 'Debates' do
debate2 = create(:debate, featured_at: Time.now)
visit debate_path(debate1)
expect(page).to have_content("Feature")
expect(page).to have_content("Featured")
visit debate_path(debate2)
expect(page).to have_content("Remove feature")
expect(page).to have_content("Unmark featured")
end