Sha256: 7843c68c5d2e648cc7ba27f98772edff5611277a09db15a15a785a78f86f4e21
Contents?: true
Size: 437 Bytes
Versions: 2
Compression:
Stored size: 437 Bytes
Contents
# encoding: UTF-8 # To make testing/debugging easier, test within this source tree versus an installed gem dir = File.dirname(__FILE__) root = File.expand_path(File.join(dir, '..')) lib = File.expand_path(File.join(root, 'lib')) ext = File.expand_path(File.join(root, 'ext', 'libxml')) $LOAD_PATH << lib $LOAD_PATH << ext require 'xml' require 'minitest/autorun' #require 'minitest/reporters' #MiniTest::Reporters.use!
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
libxml-ruby-3.0.0-x64-mingw32 | test/test_helper.rb |
libxml-ruby-3.0.0 | test/test_helper.rb |