From 9cf6adc111181d0ddc299d7a56e4dbd615607717 Mon Sep 17 00:00:00 2001 From: Jared Deckard Date: Thu, 8 Jun 2017 12:53:38 -0500 Subject: [PATCH] Fix incorrect spec description --- spec/services/system_note_service_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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