Skip to content

Commit e12a264

Browse files
committed
chore: add positive statuses to projects
1 parent 784c913 commit e12a264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

factories.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
factory :project do
3131
name { Faker::App.name }
32-
status { [:closed, :rejected, :failed, :loading, :running, :waiting].sample }
32+
status { [:closed, :rejected, :failed, :loading, :running, :waiting, :done, :finalized, :archived, :finished].sample }
3333
stage { ['discovery', 'idea', 'done', 'on hold', 'cancelled'].sample }
3434
budget { Faker::Number.decimal(l_digits: 4) }
3535
country { Faker::Address.country_code }

0 commit comments

Comments
 (0)