test/helper.rb in fuzzy_match-1.2.1 vs test/helper.rb in fuzzy_match-1.2.2
- old
+ new
@@ -2,9 +2,12 @@
require 'bundler'
Bundler.setup
require 'test/unit'
require 'stringio'
require 'remote_table'
+if ENV['AMATCH'] == 'true'
+ require 'amatch'
+end
$LOAD_PATH.unshift(File.dirname(__FILE__))
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
require 'fuzzy_match'
class Test::Unit::TestCase