tab/spec/factories/android_device_registration...

7 lines
114 B
Ruby

FactoryGirl.define do
factory :android_device_registration_token do
token "MyString"
user nil
end
end