1 2 3 4 5 6 7 8 9 10 11
FactoryGirl.define do factory :customer do user factory :braintree_customer do braintree_customer_id { 1 } end end end