Sha256: 920993ecbb876235713eafa206e510cfd8eee5486b15690bfc2fb36c23a2e85c
Contents?: true
Size: 298 Bytes
Versions: 4
Compression:
Stored size: 298 Bytes
Contents
require "minitest/autorun" require "pry" require "mws-orders" I18n.enforce_available_locales = false class MiniTest::Test include MWS::Orders def load_xml_fixture(type) file = File.expand_path("../fixtures/#{type}.xml", __FILE__) body = File.read(file) Nokogiri(body) end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
mws-orders-0.2.1 | test/test_helper.rb |
mws-orders-0.2.0 | test/test_helper.rb |
mws-orders-0.1.1 | test/test_helper.rb |
mws-orders-0.1.0 | test/test_helper.rb |