Sha256: be8c41c5ac647b896bce38d18768ebd659e8de236f98bd8aae8ea12dc6fd1a69
Contents?: true
Size: 246 Bytes
Versions: 3
Compression:
Stored size: 246 Bytes
Contents
require_relative 'test_helper' module MESH class TestBase < Minitest::Test def initialize arg super @@mesh_tree ||= MESH::Tree.new @@mesh_tree.load_translation(:en_gb) @@mesh_tree.load_wikipedia end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
mesh-medical-subject-headings-2.3.0 | test/test_base.rb |
mesh-medical-subject-headings-2.2.1 | test/test_base.rb |
mesh-medical-subject-headings-2.2.0 | test/test_base.rb |