Sha256: 4f5f7fe343430740cb74369722410000301987d8edd7db109343e272779d6c3a

Contents?: true

Size: 265 Bytes

Versions: 10

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.new('http://example.com') }

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

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
cfoundry-2.3.6.rc2 spec/cfoundry/client_spec.rb
cfoundry-2.3.6.rc1 spec/cfoundry/client_spec.rb
cfoundry-2.3.5 spec/cfoundry/client_spec.rb
cfoundry-2.3.4 spec/cfoundry/client_spec.rb
cfoundry-2.3.3 spec/cfoundry/client_spec.rb
cfoundry-2.3.2 spec/cfoundry/client_spec.rb
cfoundry-2.3.1 spec/cfoundry/client_spec.rb
cfoundry-2.3.0 spec/cfoundry/client_spec.rb
cfoundry-2.2.0rc3 spec/cfoundry/client_spec.rb
cfoundry-2.2.0.rc2 spec/cfoundry/client_spec.rb