Sha256: 30600104ce01727015a373645b751421bed379dc9fbbe189d16c42fdea72e74a
Contents?: true
Size: 234 Bytes
Versions: 3
Compression:
Stored size: 234 Bytes
Contents
require 'spec_helper' describe Smartdc::Client do let(:client) { Smartdc::Client.new } describe "#request_options" do it "receives some options" do expect(client.request_options.keys.count).to be > 0 end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
smartdc-2.0.2 | spec/smartdc/client_spec.rb |
smartdc-2.0.1 | spec/smartdc/client_spec.rb |
smartdc-2.0.0 | spec/smartdc/client_spec.rb |