Sha256: 4869997a7fe389d27d3e26b9009f7260bb2c7c51c63f5f0a9d6de4a79cce5b71
Contents?: true
Size: 369 Bytes
Versions: 8
Compression:
Stored size: 369 Bytes
Contents
unless RUBY_PLATFORM == 'java' require 'spec_helper' require 'amatch' describe FuzzyMatch do describe %{when using the :amatch string similarity engine} do before do $testing_amatch = true FuzzyMatch.engine = :amatch end after do $testing_amatch = false FuzzyMatch.engine = nil end end end end
Version data entries
8 entries across 8 versions & 2 rubygems