Sha256: 7d363978695b576d1a03a4af10b56ede5830f4a539af61de2d7df6f7e571b94a
Contents?: true
Size: 196 Bytes
Versions: 2
Compression:
Stored size: 196 Bytes
Contents
require 'spec_helper' describe CFoundry::Client do 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
cfoundry-0.7.0.rc2 | spec/cfoundry/client_spec.rb |
cfoundry-0.7.0.rc1 | spec/cfoundry/client_spec.rb |