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

Version Path
cocoapods-dependency-html-0.0.2 vendor/bundle/gems/fuzzy_match-2.0.4/spec/amatch_spec.rb
cocoapods-dependency-html-0.0.1 vendor/bundle/gems/fuzzy_match-2.0.4/spec/amatch_spec.rb
fuzzy_match-2.1.0 spec/amatch_spec.rb
fuzzy_match-2.0.4 spec/amatch_spec.rb
fuzzy_match-2.0.3 spec/amatch_spec.rb
fuzzy_match-2.0.2 spec/amatch_spec.rb
fuzzy_match-2.0.1 spec/amatch_spec.rb
fuzzy_match-2.0.0 spec/amatch_spec.rb