Skip to content

Commit

Permalink
chore: add positive statuses to projects
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianthedev committed Apr 27, 2021
1 parent 784c913 commit e12a264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion factories.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

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

0 comments on commit e12a264

Please sign in to comment.