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
new_cfoundry-4.9.3 spec/factories/clients_factory.rb
ncfoundry-4.9.4 spec/factories/clients_factory.rb
ncfoundry-4.9.3 spec/factories/clients_factory.rb
ncfoundry-4.9.2 spec/factories/clients_factory.rb
new_cfoundry-4.9.2 spec/factories/clients_factory.rb
new_cfoundry-4.9.1 spec/factories/clients_factory.rb
new_cfoundry-4.9.0 spec/factories/clients_factory.rb
new_cfoundry-4.8.3 spec/factories/clients_factory.rb
new_cfoundry-4.8.2 spec/factories/clients_factory.rb
cfoundry-4.7.2.rc1 spec/factories/clients_factory.rb
cfoundry-4.7.1 spec/factories/clients_factory.rb
cfoundry-4.7.1.rc1 spec/factories/clients_factory.rb
cfoundry-4.7.0 spec/factories/clients_factory.rb
cfoundry-4.6.3.rc3 spec/factories/clients_factory.rb
cfoundry-4.6.3.rc2 spec/factories/clients_factory.rb
cfoundry-4.6.3.rc1 spec/factories/clients_factory.rb
cfoundry-4.6.2 spec/factories/clients_factory.rb
cfoundry-4.6.1 spec/factories/clients_factory.rb
cfoundry-4.6.0 spec/factories/clients_factory.rb
cfoundry-4.5.3 spec/factories/clients_factory.rb