diff --git a/spec/factories.rb b/spec/factories.rb index fd67fc4fc..900545155 100644 --- a/spec/factories.rb +++ b/spec/factories.rb @@ -231,6 +231,10 @@ FactoryBot.define do description_reviewing_ballots "This budget is reviewing ballots" description_finished "This budget is finished" + trait :drafting do + phase 'drafting' + end + trait :accepting do phase 'accepting' end