Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean McGivern <sean@mcgivern.me.uk>2017-06-12 21:43:20 +0300
committerSean McGivern <sean@mcgivern.me.uk>2017-06-12 21:43:20 +0300
commit8d7951d879d13894dcc1fd5d845c8d844bee321a (patch)
treeee1a7cc0f89edb8f79190ee66832c6fba2159d7f /spec/services/system_note_service_spec.rb
parente889b4e8c2f9e31ceac6e456793de357d96067f7 (diff)
parent7360703aabe448af7fec36cb806a5f3680afefd1 (diff)
Merge branch '32834-task-note-only' into 'master'
Prevent Description Change Notes When Toggling Tasks Closes #32834 See merge request !12057
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 c499b1bb343..9295c09aefc 100644
--- a/spec/services/system_note_service_spec.rb
+++ b/spec/services/system_note_service_spec.rb
@@ -1052,7 +1052,7 @@ describe SystemNoteService, services: true do
let(:action) { 'task' }
end
- it "posts the 'marked as a Work In Progress from commit' system note" do
+ it "posts the 'marked the task as complete' system note" do
expect(subject.note).to eq("marked the task **task** as completed")
end
end