diff options
author | Robert Speicher <robert@gitlab.com> | 2016-11-25 04:36:13 +0000 |
---|---|---|
committer | Robert Speicher <robert@gitlab.com> | 2016-11-25 04:36:13 +0000 |
commit | fe4ae12ec8bf82f0a6f10508f6650675deefe687 (patch) | |
tree | f6f08e3624798f0e773809fc3a42ab05b7db904c /spec/models | |
parent | 40fa5604f38409f12d709c425286a6047d2c8e06 (diff) | |
parent | 6df22f72c6c312199c547e017ce1f947cf88e34c (diff) | |
download | gitlab-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/models')
-rw-r--r-- | spec/models/note_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/models/note_spec.rb b/spec/models/note_spec.rb index e6b6e7c0634..17a15b12dcb 100644 --- a/spec/models/note_spec.rb +++ b/spec/models/note_spec.rb @@ -223,7 +223,7 @@ describe Note, models: true do let(: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 |