Commit 9cf6adc1 authored by Jared Deckard's avatar Jared Deckard

Fix incorrect spec description

parent b134f950
...@@ -1052,7 +1052,7 @@ describe SystemNoteService, services: true do ...@@ -1052,7 +1052,7 @@ describe SystemNoteService, services: true do
let(:action) { 'task' } let(:action) { 'task' }
end 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") expect(subject.note).to eq("marked the task **task** as completed")
end end
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment