Sha256: f5cc595348b12319fbef30f8108217c3ae5423c356c5fbbae0908d1c7b460361
Contents?: true
Size: 365 Bytes
Versions: 1
Compression:
Stored size: 365 Bytes
Contents
$LOAD_PATH.unshift File.expand_path("../../lib", __FILE__) require "marc/fastxmlwriter" require "minitest" require "minitest/spec" require "minitest/autorun" def test_data_dir File.expand_path(File.join(File.dirname(__FILE__), "test_data")) end def test_data(relative_path) File.expand_path(File.join("test_data", relative_path), File.dirname(__FILE__)) end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
marc-fastxmlwriter-1.1.0 | test/minitest_helper.rb |