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

Version Path
new_cfoundry-4.9.3 spec/factories/organizations_factory.rb
ncfoundry-4.9.4 spec/factories/organizations_factory.rb
ncfoundry-4.9.3 spec/factories/organizations_factory.rb
ncfoundry-4.9.2 spec/factories/organizations_factory.rb
new_cfoundry-4.9.2 spec/factories/organizations_factory.rb
new_cfoundry-4.9.1 spec/factories/organizations_factory.rb
new_cfoundry-4.9.0 spec/factories/organizations_factory.rb
new_cfoundry-4.8.3 spec/factories/organizations_factory.rb
new_cfoundry-4.8.2 spec/factories/organizations_factory.rb