Sha256: ccb936988df71835ea9a3550ecff63e8d3bf30690e7a96387fd06b55852bd1f7
Contents?: true
Size: 318 Bytes
Versions: 73
Compression:
Stored size: 318 Bytes
Contents
require File.expand_path('../../../spec_helper', __FILE__) describe AvaTax::Client do describe ".accounts" do it "should return an array of accounts" do accounts = @client.query_accounts expect(accounts).to be_a Object expect(accounts['value'].first['id']).to be_a Integer end end end
Version data entries
73 entries across 73 versions & 1 rubygems