diff options
author | Douwe Maan <douwe@gitlab.com> | 2015-10-18 14:12:50 +0200 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2015-10-18 14:12:50 +0200 |
commit | f3a74556b15f7429749384a823b73253602454cf (patch) | |
tree | ff06277dd09f57ed95c31d8cae17c62b5a56bc83 /spec | |
parent | 42cbc7f813386dbf6d28868c9972ff38f01ad095 (diff) | |
download | gitlab-ce-f3a74556b15f7429749384a823b73253602454cf.tar.gz |
Diffstat (limited to 'spec')
-rw-r--r-- | spec/features/projects_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/projects_spec.rb b/spec/features/projects_spec.rb index f3d51641ece..09fcff2444a 100644 --- a/spec/features/projects_spec.rb +++ b/spec/features/projects_spec.rb @@ -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 |