2017-09-12 13:32:50 +00:00
|
|
|
$LOAD_PATH.unshift File.expand_path("../../lib", __FILE__)
|
|
|
|
require "mm2ep_depend"
|
|
|
|
|
|
|
|
require "minitest/autorun"
|
2017-09-13 14:51:11 +00:00
|
|
|
require 'pathname'
|
|
|
|
|
|
|
|
def testfile(name)
|
|
|
|
Pathname.new(__FILE__).dirname.join('files', name)
|
|
|
|
end
|