Sha256: 19f3f39ab8171be992369199bcca37be5ccf3e9b537be55ae66a4729aa4194ef

Contents?: true

Size: 249 Bytes

Versions: 12

Compression:

Stored size: 249 Bytes

Contents

FactoryGirl.define do
  factory :domain, :class => CFoundry::V2::Domain do
    guid { FactoryGirl.generate(:guid) }
    name { FactoryGirl.generate(:random_string) }

    initialize_with do
      CFoundry::V2::Domain.new(nil, nil)
    end
  end
end

Version data entries

12 entries across 12 versions & 2 rubygems

Version Path
cfoundry-0.4.16 spec/factories/domain_factory.rb
cfoundry-0.4.15 spec/factories/domain_factory.rb
cfoundry-0.4.14 spec/factories/domain_factory.rb
cfoundry-0.4.13 spec/factories/domain_factory.rb
cfoundry-0.4.12 spec/factories/domain_factory.rb
cfoundry-0.4.11 spec/factories/domain_factory.rb
vmc-0.5.0.beta.1 spec/factories/domain_factory.rb
vmc-0.4.7 spec/factories/domain_factory.rb
vmc-0.4.6 spec/factories/domain_factory.rb
vmc-0.4.5 spec/factories/domain_factory.rb
vmc-0.4.4 spec/factories/domain_factory.rb
vmc-0.4.3 spec/factories/domain_factory.rb