Sha256: 162f62ec0a6b5c2269e78dc5b58060e7bca167a6f5a7042daf64e94d67b4364d
Contents?: true
Size: 283 Bytes
Versions: 9
Compression:
Stored size: 283 Bytes
Contents
FactoryGirl.define do factory :organization, :class => CFoundry::V2::Organization do sequence(:guid) { |n| "organization-guid-#{n}" } status "active" transient do client { FactoryGirl.build(:client) } end initialize_with { new(guid, client) } end end
Version data entries
9 entries across 9 versions & 2 rubygems