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-5.4.7 spec/factories/cfoundry/v2/routes_factory.rb
cf-5.4.7.rc1 spec/factories/cfoundry/v2/routes_factory.rb
cf-5.4.5 spec/factories/cfoundry/v2/routes_factory.rb
cf-5.4.4 spec/factories/cfoundry/v2/routes_factory.rb
trucker-cli-0.0.3 spec/factories/cfoundry/v2/routes_factory.rb
cf-5.4.3 spec/factories/cfoundry/v2/routes_factory.rb
cf-5.4.2 spec/factories/cfoundry/v2/routes_factory.rb
trucker-cli-0.0.2 spec/factories/cfoundry/v2/routes_factory.rb
trucker-cli-0.0.1 spec/factories/cfoundry/v2/routes_factory.rb
cf-5.4.1 spec/factories/cfoundry/v2/routes_factory.rb
cf-5.4.1.rc1 spec/factories/cfoundry/v2/routes_factory.rb
cf-5.4.0 spec/factories/cfoundry/v2/routes_factory.rb
cf-5.3.1 spec/factories/cfoundry/v2/routes_factory.rb
cf-5.3.0 spec/factories/cfoundry/v2/routes_factory.rb
cf-5.2.2 spec/factories/cfoundry/v2/routes_factory.rb
cf-5.2.1.rc15 spec/factories/cfoundry/v2/routes_factory.rb
cf-5.2.1.rc14 spec/factories/cfoundry/v2/routes_factory.rb
cf-5.2.1.rc13 spec/factories/cfoundry/v2/routes_factory.rb
cf-5.2.1.rc12 spec/factories/cfoundry/v2/routes_factory.rb
cf-5.2.1.rc11 spec/factories/cfoundry/v2/routes_factory.rb