Sha256: b6d56f2df9461a8bdbe9363458cb05cd265816c91a16ebb34f962e3197d9160b

Contents?: true

Size: 358 Bytes

Versions: 2

Compression:

Stored size: 358 Bytes

Contents

require 'spec_helper'

describe ApiClient do
  context 'default settings' do
    it 'should have a blank path' do
      ApiClient.config.path.should == ''
    end

    it 'should have an empty header' do
      ApiClient.config.header.should == {}
    end

    it 'should have mock equal false' do
      ApiClient.config.mock.should be_false
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
api-client-2.4.0 spec/api-client.rb
api-client-2.3.0 spec/api-client.rb