Sha256: c9c880a96972b91e87908f40c0449920c35cc3949dbd7f4e1aee2be53bfd8795
Contents?: true
Size: 440 Bytes
Versions: 1
Compression:
Stored size: 440 Bytes
Contents
# _____ _ # |_ _|__ ___| |_ # | |/ _ \/ __| __| # | | __/\__ \ |_ # |_|\___||___/\__| # # for lib/facet/string/similarity.rb # # Extracted Wed Jan 25 11:25:39 EST 2006 # Unit Tools Reap Test Extractor # require 'facet/string/similarity.rb' require 'test/unit' class TCString < Test::Unit::TestCase def test_similarity assert_nothing_raised { "Hello World!".similarity( "helo wrld" ) } end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
facets-1.0.3 | packages/core/test/lib/facet/string/test_similarity.rb |