Upgrade factory_bot, faker
This commit is contained in:
parent
e6a1bfcb45
commit
f2cb17bcd6
10 changed files with 33 additions and 33 deletions
|
|
@ -8,7 +8,7 @@ FactoryBot.define do
|
|||
address { Faker::Address.street_address }
|
||||
|
||||
transient do
|
||||
article_count 0
|
||||
article_count { 0 }
|
||||
end
|
||||
|
||||
after :create do |supplier, evaluator|
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue