Sha256: 6ba84297668127242174891caa6270df9f9295e5c97f8e501388d1ea18a76991

Contents?: true

Size: 265 Bytes

Versions: 38

Compression:

Stored size: 265 Bytes

Contents

require "spec_helper"

describe CFoundry::Client do
  before do
    CFoundry::V2::Client.any_instance.stub(:info)
  end

  subject { CFoundry::Client.get('http://example.com') }

  it "returns a v2 client" do
    subject.should be_a(CFoundry::V2::Client)
  end
end

Version data entries

38 entries across 38 versions & 1 rubygems

Version Path
cfoundry-4.7.2.rc1 spec/cfoundry/client_spec.rb
cfoundry-4.7.1 spec/cfoundry/client_spec.rb
cfoundry-4.7.1.rc1 spec/cfoundry/client_spec.rb
cfoundry-4.7.0 spec/cfoundry/client_spec.rb
cfoundry-4.6.3.rc3 spec/cfoundry/client_spec.rb
cfoundry-4.6.3.rc2 spec/cfoundry/client_spec.rb
cfoundry-4.6.3.rc1 spec/cfoundry/client_spec.rb
cfoundry-4.6.2 spec/cfoundry/client_spec.rb
cfoundry-4.6.1 spec/cfoundry/client_spec.rb
cfoundry-4.6.0 spec/cfoundry/client_spec.rb
cfoundry-4.5.3 spec/cfoundry/client_spec.rb
cfoundry-4.5.2 spec/cfoundry/client_spec.rb
cfoundry-4.5.1 spec/cfoundry/client_spec.rb
cfoundry-4.5.0 spec/cfoundry/client_spec.rb
cfoundry-4.3.12 spec/cfoundry/client_spec.rb
cfoundry-4.3.11 spec/cfoundry/client_spec.rb
cfoundry-4.3.10 spec/cfoundry/client_spec.rb
cfoundry-4.3.9 spec/cfoundry/client_spec.rb
cfoundry-4.3.8 spec/cfoundry/client_spec.rb
cfoundry-4.3.7 spec/cfoundry/client_spec.rb