# Read about factories at https://github.com/thoughtbot/factory_girl FactoryGirl.define do factory :customer_vault_corporation, :class => 'CustomerVault::Corporation' do name {"#{Faker::Name.last_name} Corp"} email {Faker::Internet.email} phone "06xxxxxxxx" fax "09xxxxxxx" end end