summaryrefslogtreecommitdiff
path: root/spec/services/system_note_service_spec.rb
diff options
context:
space:
mode:
authorFelipe Artur <felipefac@gmail.com>2018-03-16 16:09:35 -0300
committerFelipe Artur <felipefac@gmail.com>2018-03-19 16:36:16 -0300
commit2ee197086a87d22c9203c9a3642f9db6d40f54c4 (patch)
treeed17b26860649febb1acf2a38764fb9080a03f04 /spec/services/system_note_service_spec.rb
parent9fd2d9ea243e8691c7a7aa9575256ac636d59792 (diff)
downloadgitlab-ce-2ee197086a87d22c9203c9a3642f9db6d40f54c4.tar.gz
Improve JIRA event descriptionsissue_25542
Diffstat (limited to 'spec/services/system_note_service_spec.rb')
-rw-r--r--spec/services/system_note_service_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/services/system_note_service_spec.rb b/spec/services/system_note_service_spec.rb
index a3893188c6e..e28b0ea5cf2 100644
--- a/spec/services/system_note_service_spec.rb
+++ b/spec/services/system_note_service_spec.rb
@@ -743,7 +743,7 @@ describe SystemNoteService do
expect(cross_reference(type)).to eq("Events for #{type.pluralize.humanize.downcase} are disabled.")
end
- it "blocks cross reference when #{type.underscore}_events is true" do
+ it "creates cross reference when #{type.underscore}_events is true" do
jira_tracker.update("#{type}_events" => true)
expect(cross_reference(type)).to eq(success_message)