FactoryBot.define do factory :donation do user_id { 1 } amount_sats { 100000 } amount_eur { 10 } amount_usd { 13 } public_name { nil } end end