Sha256: f9c93b55578a0a3193c552ab39aea3ae7a890fed5d5c4ad52470ddcfd5bc5358

Contents?: true

Size: 151 Bytes

Versions: 53

Compression:

Stored size: 151 Bytes

Contents

FactoryGirl.define do
  factory :client, :class => CFoundry::V2::Client do
    initialize_with do
      new("http://api.example.com")
    end
  end
end

Version data entries

53 entries across 53 versions & 3 rubygems

Version Path
cfoundry-4.5.2 spec/factories/clients_factory.rb
cfoundry-4.5.1 spec/factories/clients_factory.rb
cfoundry-4.5.0 spec/factories/clients_factory.rb
cfoundry-4.3.12 spec/factories/clients_factory.rb
cfoundry-4.3.11 spec/factories/clients_factory.rb
cfoundry-4.3.10 spec/factories/clients_factory.rb
cfoundry-4.3.9 spec/factories/clients_factory.rb
cfoundry-4.3.8 spec/factories/clients_factory.rb
cfoundry-4.3.7 spec/factories/clients_factory.rb
cfoundry-4.3.6 spec/factories/clients_factory.rb
cfoundry-4.3.5 spec/factories/clients_factory.rb
cfoundry-4.3.5.rc1 spec/factories/clients_factory.rb
cfoundry-4.3.4 spec/factories/clients_factory.rb
cfoundry-4.3.4.rc1 spec/factories/clients_factory.rb
cfoundry-4.3.3 spec/factories/clients_factory.rb
cfoundry-4.3.2.rc1 spec/factories/clients_factory.rb
cfoundry-4.3.1 spec/factories/clients_factory.rb
cfoundry-4.3.0 spec/factories/clients_factory.rb
cfoundry-4.2.0.rc spec/factories/clients_factory.rb
cfoundry-4.1.0 spec/factories/clients_factory.rb