Add test helper to make test env consistent

This commit is contained in:
Brandon Keepers
2014-11-18 16:29:31 -05:00
parent dc373fb51f
commit aa7ab2065b
10 changed files with 14 additions and 35 deletions

View File

@@ -1,4 +1,4 @@
require 'test/unit'
require_relative "./helper"
class TestPedantic < Test::Unit::TestCase
Lib = File.expand_path("../../lib/linguist", __FILE__)