Sha256: 60e1441a1957ae5714e3d83922e5faec2057389aaa96f777d02f9af589187927

Contents?: true

Size: 388 Bytes

Versions: 6

Compression:

Stored size: 388 Bytes

Contents

FactoryGirl.define do
  factory :service, :class => CFoundry::V2::Service do
    guid { FactoryGirl.generate(:guid) }
    label "redis"
    provider "core"
    url "http://example.com"
    description "small key-value store"
    version "2.8"
    info_url "http://cloudfoundry.com/redis"
    active true

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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
cfoundry-0.4.16 spec/factories/service_factory.rb
cfoundry-0.4.15 spec/factories/service_factory.rb
cfoundry-0.4.14 spec/factories/service_factory.rb
cfoundry-0.4.13 spec/factories/service_factory.rb
cfoundry-0.4.12 spec/factories/service_factory.rb
cfoundry-0.4.11 spec/factories/service_factory.rb