Sha256: e8f323cb958948649bd428f0d4cecf63bfd92efe2cac4edd8ddd0f5838b469fc
Contents?: true
Size: 444 Bytes
Versions: 13
Compression:
Stored size: 444 Bytes
Contents
# Read about factories at https://github.com/thoughtbot/factory_girl FactoryGirl.define do factory :customer_vault_individual, aliases: [:individual, :person], :class => 'CustomerVault::Individual' do first_name "MyString" last_name "MyString" email "MyString" title "MyString" twitter "MyString" www "MyString" context "MyText" phone "MyString" fax "MyString" mobile "MyString" address end end
Version data entries
13 entries across 13 versions & 1 rubygems