summaryrefslogtreecommitdiff
path: root/spec/requests/api
diff options
context:
space:
mode:
authorRobert Speicher <robert@gitlab.com>2016-11-25 04:36:13 +0000
committerRobert Speicher <robert@gitlab.com>2016-11-25 04:36:13 +0000
commitfe4ae12ec8bf82f0a6f10508f6650675deefe687 (patch)
treef6f08e3624798f0e773809fc3a42ab05b7db904c /spec/requests/api
parent40fa5604f38409f12d709c425286a6047d2c8e06 (diff)
parent6df22f72c6c312199c547e017ce1f947cf88e34c (diff)
downloadgitlab-ce-fe4ae12ec8bf82f0a6f10508f6650675deefe687.tar.gz
Merge branch 'rephrase-system-notes' into 'master'
Rephrase some system notes to be compatible with new system note style See merge request !7692
Diffstat (limited to 'spec/requests/api')
-rw-r--r--spec/requests/api/notes_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/requests/api/notes_spec.rb b/spec/requests/api/notes_spec.rb
index 0124b7271b3..b71a4c5a56e 100644
--- a/spec/requests/api/notes_spec.rb
+++ b/spec/requests/api/notes_spec.rb
@@ -25,7 +25,7 @@ describe API::API, api: true do
let!(:cross_reference_note) do
create :note,
noteable: ext_issue, project: ext_proj,
- note: "Mentioned in issue #{private_issue.to_reference(ext_proj)}",
+ note: "mentioned in issue #{private_issue.to_reference(ext_proj)}",
system: true
end