# Read about factories at https://github.com/thoughtbot/factory_girl FactoryGirl.define do factory :customer_vault_person, :class => 'CustomerVault::Person' do first_name "MyString" last_name "MyString" email "MyString" title "MyString" twitter "MyString" www "MyString" context "MyText" phone "MyString" fax "MyString" mobile "MyString" end end