Sha256: 36cf9abf43198a9bf1c31d01a02e86a2e42ab28794a0f8a591b9eaf37de691be

Contents?: true

Size: 194 Bytes

Versions: 86

Compression:

Stored size: 194 Bytes

Contents

FactoryGirl.define do
  factory :route, :class => CFoundry::V2::Route do
    guid { "route-id-1" }
    host { "route-host-1" }
    client nil
    initialize_with { new(guid, client) }
  end
end

Version data entries

86 entries across 86 versions & 2 rubygems

Version Path
cf-4.1.5.rc2 spec/factories/cfoundry/v2/routes_factory.rb
cf-4.1.5.rc1 spec/factories/cfoundry/v2/routes_factory.rb
cf-4.1.4 spec/factories/cfoundry/v2/routes_factory.rb
cf-4.1.4.rc2 spec/factories/cfoundry/v2/routes_factory.rb
cf-4.1.4.rc1 spec/factories/cfoundry/v2/routes_factory.rb
cf-4.1.3 spec/factories/cfoundry/v2/routes_factory.rb
cf-4.1.2.rc2 spec/factories/cfoundry/v2/routes_factory.rb
cf-4.1.2.rc1 spec/factories/cfoundry/v2/routes_factory.rb
cf-4.1.1 spec/factories/cfoundry/v2/routes_factory.rb
cf-4.1.0rc2 spec/factories/cfoundry/v2/routes_factory.rb
cf-4.1.0rc1 spec/factories/cfoundry/v2/routes_factory.rb
cf-4.0.1.rc2 spec/factories/cfoundry/v2/routes_factory.rb
cf-4.0.1.rc1 spec/factories/cfoundry/v2/routes_factory.rb
cf-4.0.0rc2 spec/factories/cfoundry/v2/routes_factory.rb
cf-4.0.0rc1 spec/factories/cfoundry/v2/routes_factory.rb
cf-3.1.0rc2 spec/factories/cfoundry/v2/routes_factory.rb
cf-3.1.0.rc1 spec/factories/cfoundry/v2/routes_factory.rb
cf-3.0.1.rc1 spec/factories/cfoundry/v2/routes_factory.rb
cf-3.0.0 spec/factories/cfoundry/v2/routes_factory.rb
cf-3.0.0rc3 spec/factories/cfoundry/v2/routes_factory.rb