Sha256: 54742adbe0a0ce6b2b317a01379d87682fff6e53c61e6dcf6816450c84a7e56b
Contents?: true
Size: 214 Bytes
Versions: 2
Compression:
Stored size: 214 Bytes
Contents
require_relative '../test_helper' class ParserTest < MiniTest::Test def fixture(type) file = File.expand_path("../../fixtures/#{type}.xml", __FILE__) body = File.read(file) Nokogiri(body) end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mws-orders-0.0.2 | test/parsers/test_helper.rb |
mws-orders-0.0.1 | test/parsers/test_helper.rb |