Commit 376fc805 authored by Rémy Coutable's avatar Rémy Coutable

Fix spec after aaf65553

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 1ab674dc
......@@ -44,7 +44,7 @@ describe Boards::CreateService, services: true do
board = service.execute
expect(board.lists.size).to eq 1
expect(board.lists.first).to be_done
expect(board.lists.first).to be_closed
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