Sha256: f56fcfa36e4097b781f51da9d58a3ac7bcdd7d00b81a688ea16bcf34f8f192d5
Contents?: true
Size: 268 Bytes
Versions: 2
Compression:
Stored size: 268 Bytes
Contents
require_relative '../test_helper' require 'yaml' class IntegrationTest < MiniTest::Test def accounts YAML.load_file(File.expand_path('../../fixtures/mws.yml', __FILE__)) end def setup @clients = accounts.map { |mws| Client.new(*mws.values) } end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mws-orders-0.0.2 | test/integration/test_helper.rb |
mws-orders-0.0.1 | test/integration/test_helper.rb |