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