Sha256: da2d6bef6749375727f7359a59fc63d60ca73bedffcccedb75a712fbefa9f998

Contents?: true

Size: 246 Bytes

Versions: 5

Compression:

Stored size: 246 Bytes

Contents

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

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
vmc-0.4.7 spec/factories/space_factory.rb
vmc-0.4.6 spec/factories/space_factory.rb
vmc-0.4.5 spec/factories/space_factory.rb
vmc-0.4.4 spec/factories/space_factory.rb
vmc-0.4.3 spec/factories/space_factory.rb