Sha256: ec5d8e3fd2e6540e9fd3e8f3bdc8571b83cf282f0bb87e4fe6dbb12a93d2b066

Contents?: true

Size: 313 Bytes

Versions: 3

Compression:

Stored size: 313 Bytes

Contents

unless RUBY_PLATFORM == 'java'
  require 'helper'
  require 'test_fuzzy_match'
  require 'amatch'
  
  class TestAmatch < TestFuzzyMatch
    before do
      $testing_amatch = true
      FuzzyMatch.engine = :amatch
    end
    after do
      $testing_amatch = false
      FuzzyMatch.engine = nil
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
fuzzy_match-1.3.2 test/test_amatch.rb
fuzzy_match-1.3.1 test/test_amatch.rb
fuzzy_match-1.3.0 test/test_amatch.rb