This commit is contained in:
Douwe Maan 2015-10-18 14:12:50 +02:00
parent 42cbc7f813
commit f3a74556b1

View file

@ -49,7 +49,7 @@ feature 'Project', feature: true do
remove_with_confirm('Remove fork relationship', project.path)
expect(page).to have_content 'Fork relationship has been removed.'
expect(page).to have_content 'The fork relationship has been removed.'
expect(project.forked?).to be_falsey
expect(page).not_to have_content 'Remove fork relationship'
end