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.0.4.rc2 spec/factories/clients_factory.rb
cfoundry-4.0.4.rc1 spec/factories/clients_factory.rb
cfoundry-4.0.3 spec/factories/clients_factory.rb
cfoundry-4.0.2.rc5 spec/factories/clients_factory.rb
cfoundry-4.0.2.rc4 spec/factories/clients_factory.rb
cfoundry-4.0.2.rc3 spec/factories/clients_factory.rb
cfoundry-4.0.2.rc2 spec/factories/clients_factory.rb
cfoundry-4.0.2.rc1 spec/factories/clients_factory.rb
cfoundry-4.0.1 spec/factories/clients_factory.rb
cfoundry-4.0.0 spec/factories/clients_factory.rb
cfoundry-3.0.1 spec/factories/clients_factory.rb
cfoundry-3.0.0 spec/factories/clients_factory.rb
cfoundry-2.4.1.rc1 spec/factories/clients_factory.rb