test/test_helper.rb in mesh-medical-subject-headings-2.1.0 vs test/test_helper.rb in mesh-medical-subject-headings-2.2.0
- old
+ new
@@ -5,10 +5,11 @@
require "mocha/setup"
lib = File.expand_path('../../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
-require "MESH"
+require 'MESH'
+require_relative 'test_base'
# puts 'Configuring MESH::Mesh — this may take up to 10 seconds.'
# start = Time.now
# MESH::Mesh.configure(filename: File.expand_path('../../data/mesh_data_2014/d2014.bin.gz', __FILE__))
# finish = Time.now