Commit f3a74556 authored by Douwe Maan's avatar Douwe Maan

Fix spec

parent 42cbc7f8
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment