Sha256: 6e12466f331b954d8ae1c6d01acbe6b5ab45e2659204fa10534a0c2e23084bdc

Contents?: true

Size: 413 Bytes

Versions: 8

Compression:

Stored size: 413 Bytes

Contents

require 'coveralls'
Coveralls.wear!

require 'rest-client'
require 'awesome_print'
require 'tophatter_merchant'
require 'vcr'

VCR.configure do |c|
  c.cassette_library_dir = 'spec/cassettes'
  c.hook_into :webmock
  c.configure_rspec_metadata!
end

TophatterMerchant.api_path     = 'http://tophatter.dev/merchant_api/v1'
TophatterMerchant.access_token = 'd8f979fc7d14fec0b075c0b73dbafb59' # megatron@autobot.com

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
tophatter-merchant-1.2.2 spec/spec_helper.rb
tophatter-merchant-1.2.1 spec/spec_helper.rb
tophatter-merchant-1.2.0 spec/spec_helper.rb
tophatter-merchant-1.1.9 spec/spec_helper.rb
tophatter-merchant-1.1.8 spec/spec_helper.rb
tophatter-merchant-1.1.7 spec/spec_helper.rb
tophatter-merchant-1.1.6 spec/spec_helper.rb
tophatter-merchant-1.1.5 spec/spec_helper.rb