summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJared Deckard <jared.deckard@gmail.com>2017-06-08 12:53:38 -0500
committerJared Deckard <jared.deckard@gmail.com>2017-06-09 19:10:00 -0500
commit9cf6adc111181d0ddc299d7a56e4dbd615607717 (patch)
treed190ad05c37cff7e742637ab2a38e319df3d2ed5
parentb134f950d70bdb73bc76e9a9091c0a50a6b8b8cd (diff)
downloadgitlab-ce-9cf6adc111181d0ddc299d7a56e4dbd615607717.tar.gz
Fix incorrect spec description
-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