Sha256: 3e203c706802c9c4439e047c4c55b9773b0e923654ebcc7a389b8e1fbe7a36d6

Contents?: true

Size: 187 Bytes

Versions: 1

Compression:

Stored size: 187 Bytes

Contents

# encoding: UTF-8

FactoryGirl.define do
  factory :contact, :class => Contactology::Contact do
    email 'factory-contact@example.com'

    initialize_with { new(attributes) }
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
contactology-1.0.0 spec/factories/contacts.rb