Sha256: a56488b25004a40a618c45b7a615e02c1c3cf0f848cd6b7ca3e9b4d154a3746d
Contents?: true
Size: 170 Bytes
Versions: 3
Compression:
Stored size: 170 Bytes
Contents
FactoryGirl.define do factory :clubhouse_organization, class: Clubhouse::Organization do sequence(:name) { |n| "org-#{n}" } email "email@example.com" end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
clubhouse-0.3.0 | spec/factories/clubhouse_organization.rb |
clubhouse-0.2.0 | spec/factories/clubhouse_organization.rb |
clubhouse-0.1.0 | spec/factories/clubhouse_organization.rb |