Sha256: a9a0db50040514d7d094a302911cf38dcab78e4941320b09d05a0a2f23d3135a

Contents?: true

Size: 263 Bytes

Versions: 3

Compression:

Stored size: 263 Bytes

Contents

FactoryGirl.define do
  factory :clubhouse_invitation, class: Clubhouse::Invitation do
    sequence(:email) { |n| "invitation-#{n}@example.com" }

    trait :with_associations do
      association :organization, factory: :clubhouse_organization
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
clubhouse-0.3.0 spec/factories/clubhouse_invitations.rb
clubhouse-0.2.0 spec/factories/clubhouse_invitations.rb
clubhouse-0.1.0 spec/factories/clubhouse_invitations.rb