Sha256: 975a91a3bb27fa50bfa1eaefe5ef4190a7ef482490056f0e4425d8b10de3ee4d

Contents?: true

Size: 268 Bytes

Versions: 73

Compression:

Stored size: 268 Bytes

Contents

FactoryGirl.define do
  factory :quota_definition, :class => CFoundry::V2::QuotaDefinition do
    sequence(:name) { |n| "quota-definition-name-#{n}" }
    sequence(:guid) { |n| "quota-definition-guid-#{n}" }

    initialize_with { new(guid, build(:client)) }
  end
end

Version data entries

73 entries across 73 versions & 3 rubygems

Version Path
new_cfoundry-4.9.3 spec/factories/quota_definitions_factory.rb
ncfoundry-4.9.4 spec/factories/quota_definitions_factory.rb
ncfoundry-4.9.3 spec/factories/quota_definitions_factory.rb
ncfoundry-4.9.2 spec/factories/quota_definitions_factory.rb
new_cfoundry-4.9.2 spec/factories/quota_definitions_factory.rb
new_cfoundry-4.9.1 spec/factories/quota_definitions_factory.rb
new_cfoundry-4.9.0 spec/factories/quota_definitions_factory.rb
new_cfoundry-4.8.3 spec/factories/quota_definitions_factory.rb
new_cfoundry-4.8.2 spec/factories/quota_definitions_factory.rb
cfoundry-4.7.2.rc1 spec/factories/quota_definitions_factory.rb
cfoundry-4.7.1 spec/factories/quota_definitions_factory.rb
cfoundry-4.7.1.rc1 spec/factories/quota_definitions_factory.rb
cfoundry-4.7.0 spec/factories/quota_definitions_factory.rb
cfoundry-4.6.3.rc3 spec/factories/quota_definitions_factory.rb
cfoundry-4.6.3.rc2 spec/factories/quota_definitions_factory.rb
cfoundry-4.6.3.rc1 spec/factories/quota_definitions_factory.rb
cfoundry-4.6.2 spec/factories/quota_definitions_factory.rb
cfoundry-4.6.1 spec/factories/quota_definitions_factory.rb
cfoundry-4.6.0 spec/factories/quota_definitions_factory.rb
cfoundry-4.5.3 spec/factories/quota_definitions_factory.rb