diff --git a/test/match_test.rb b/test/match_test.rb index 1023c4c..f106549 100644 --- a/test/match_test.rb +++ b/test/match_test.rb @@ -64,6 +64,7 @@ class MatchTest < Minitest::Test def test_stemming store_names ["Whole Milk", "Fat Free Milk", "Milk"] assert_search "milks", ["Milk", "Whole Milk", "Fat Free Milk"] + assert_search "milks", ["Milk", "Whole Milk", "Fat Free Milk"], misspellings: false end def test_stemming_tokens -- libgit2 0.21.0