Sha256: 114947403d7a13b12c65677bcea8ee6d6d3004e7e2b27300989e62c763ab93e2
Contents?: true
Size: 193 Bytes
Versions: 1
Compression:
Stored size: 193 Bytes
Contents
require 'spec_helper' describe Aptible::Api::Client do describe '#initialize' do it 'should be a HyperResource instance' do expect(subject).to be_a HyperResource end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
aptible-api-0.1.0 | spec/aptible/api/client_spec.rb |