diff options
author | Douwe Maan <douwe@selenight.nl> | 2016-11-23 14:55:23 +0800 |
---|---|---|
committer | Douwe Maan <douwe@selenight.nl> | 2016-11-24 18:26:29 +0800 |
commit | 6df22f72c6c312199c547e017ce1f947cf88e34c (patch) | |
tree | c91130ad2d0bca231dd38d359c061a4227c778c0 /spec/models | |
parent | d0c0c75ca9568bc3ec00c341a6053623d85e6201 (diff) | |
download | gitlab-ce-6df22f72c6c312199c547e017ce1f947cf88e34c.tar.gz |
Rephrase some system notes to be compatible with new system note stylerephrase-system-notes
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 |