Sha256: 2acf84c268d69a98f62dfe0442ff874ce24eeaf13d31b556b2a0586a73c7dd78

Contents?: true

Size: 393 Bytes

Versions: 4

Compression:

Stored size: 393 Bytes

Contents

unless RUBY_PLATFORM == 'java'
  require 'helper'
  require 'test_fuzzy_match'
  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

4 entries across 4 versions & 1 rubygems

Version Path
fuzzy_match-1.5.0 test/test_amatch.rb
fuzzy_match-1.4.1 test/test_amatch.rb
fuzzy_match-1.4.0 test/test_amatch.rb
fuzzy_match-1.3.3 test/test_amatch.rb