namarara/spec/spec_helper.rb
2017-09-13 16:51:11 +02:00

10 lines
206 B
Ruby

$LOAD_PATH.unshift File.expand_path("../../lib", __FILE__)
require "mm2ep_depend"
require "minitest/autorun"
require 'pathname'
def testfile(name)
Pathname.new(__FILE__).dirname.join('files', name)
end