summaryrefslogtreecommitdiff
path: root/spec/gitlab_post_receive_spec.rb
diff options
context:
space:
mode:
authorLisanne Fellinger <lisanne.88@gmail.com>2016-11-28 15:50:01 +0100
committerLisanne Fellinger <lisanne.88@gmail.com>2016-12-08 22:29:29 +0100
commited37021cc296f4b3dda0d933c3b25cf212a29e5c (patch)
treee3eb8ac66c5cf3323cc9f794e34e1826aad39e19 /spec/gitlab_post_receive_spec.rb
parente1b0aca197cb61a4ee33b8de37b79c57bb3369ad (diff)
downloadgitlab-shell-ed37021cc296f4b3dda0d933c3b25cf212a29e5c.tar.gz
Make merge request text after push clearer
Add changelog entry Editing changelog entry version
Diffstat (limited to 'spec/gitlab_post_receive_spec.rb')
-rw-r--r--spec/gitlab_post_receive_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/gitlab_post_receive_spec.rb b/spec/gitlab_post_receive_spec.rb
index bac6f97..711545f 100644
--- a/spec/gitlab_post_receive_spec.rb
+++ b/spec/gitlab_post_receive_spec.rb
@@ -49,7 +49,7 @@ describe GitlabPostReceive do
expect(gitlab_post_receive).to receive(:puts).ordered
expect(gitlab_post_receive).to receive(:puts).with(
- "Create merge request for new_branch:"
+ "To create a merge request for new_branch, visit:"
).ordered
expect(gitlab_post_receive).to receive(:puts).with(
" http://localhost/dzaporozhets/gitlab-ci/merge_requests/new?merge_request%5Bsource_branch%5D=new_branch"
@@ -123,7 +123,7 @@ describe GitlabPostReceive do
expect(gitlab_post_receive).to receive(:puts).ordered
expect(gitlab_post_receive).to receive(:puts).with(
- "Create merge request for new_branch:"
+ "To create a merge request for new_branch, visit:"
).ordered
expect(gitlab_post_receive).to receive(:puts).with(
" http://localhost/dzaporozhets/gitlab-ci/merge_requests/new?merge_request%5Bsource_branch%5D=new_branch"