test/test_helper.rb in fts_lite-0.0.1 vs test/test_helper.rb in fts_lite-0.0.2
- old
+ new
@@ -1,11 +1,4 @@
-if (RUBY_VERSION < "1.9.0")
- $KCODE = 'u'
- begin
- require 'rubygems'
- rescue LoadError
- end
-end
require 'test/unit'
$LOAD_PATH.unshift(File.expand_path(File.join('..', 'lib')))
$LOAD_PATH.unshift(File.expand_path(File.dirname(__FILE__)))