Sha256: cff3d5020a8c73aef09954298210d3ee40c00bb11ccb43d45bb79b620cfd1f92
Contents?: true
Size: 277 Bytes
Versions: 4
Compression:
Stored size: 277 Bytes
Contents
require 'rubygems' require 'bundler' Bundler.setup require 'test/unit' require 'stringio' require 'remote_table' $LOAD_PATH.unshift(File.dirname(__FILE__)) $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) require 'fuzzy_match' class Test::Unit::TestCase end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
fuzzy_match-1.2.1 | test/helper.rb |
fuzzy_match-1.1.1 | test/helper.rb |
fuzzy_match-1.1.0 | test/helper.rb |
fuzzy_match-1.0.5 | test/helper.rb |