tab/spec/factories/android_device_registration_tokens.rb

7 lines
133 B
Ruby

FactoryBot.define do
factory :android_device_registration_token do
token { Faker::Lorem.word }
association :user
end
end