🖥
#Ruby / #Rails の #FactoryBot で association 記法を使わずに create と attributes
#Ruby / # Rails #FactoryBot example of using create and attributes_for behavior without using association notation
FactoryBot.define do
factory :user do
book do |factory_bot|
if factory_bot.attribute_lists?
nil
else
create :book
end
end
end
end
Original by Github issue
チャットメンバー募集
何か質問、悩み事、相談などあればLINEオープンチャットもご利用ください。
公開日時
2019-07-28
Discussion