Sha256: d8e2ff187fa3ac41af99572efd37fa38b161414d8c31cd1f99c470891d206762
Contents?: true
Size: 412 Bytes
Versions: 6
Compression:
Stored size: 412 Bytes
Contents
require File.expand_path '../test_helper.rb', __FILE__ class TestBadgerfish < Minitest::Test def setup @parser = Badgerfish::Parser.new end end # require and include all mabmapper test modules Dir.glob(File.expand_path '../badgerfish/test_*.rb', __FILE__).each do |filename| require filename TestBadgerfish.instance_eval do include File.basename(filename, '.rb').camelize.constantize end end
Version data entries
6 entries across 6 versions & 1 rubygems