Fix incorrect spec description

This commit is contained in:
Jared Deckard 2017-06-08 12:53:38 -05:00
parent b134f950d7
commit 9cf6adc111
1 changed files with 1 additions and 1 deletions

View File

@ -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