Commit 476ea1ba45173fd9970d329b058a7320970a8f0b
1 parent
0d13873e
Exists in
master
and in
5 other branches
Removed dup test [skip ci]
Showing
1 changed file
with
0 additions
and
8 deletions
Show diff stats
test/match_test.rb
... | ... | @@ -208,14 +208,6 @@ class MatchTest < Minitest::Test |
208 | 208 | assert_search "ben and jerry's", ["Ben and Jerrys"] |
209 | 209 | end |
210 | 210 | |
211 | - # for issue #855 | |
212 | - def test_apostrophes | |
213 | - store_names ["Valentine's Day Special"] | |
214 | - assert_search "Valentines", ["Valentine's Day Special"], fields: ["name^5"] | |
215 | - assert_search "Valentine's", ["Valentine's Day Special"], fields: ["name^5"] | |
216 | - assert_search "Valentine", ["Valentine's Day Special"], fields: ["name^5"] | |
217 | - end | |
218 | - | |
219 | 211 | def test_ampersand_index |
220 | 212 | store_names ["Ben & Jerry's"] |
221 | 213 | assert_search "ben and jerrys", ["Ben & Jerry's"] | ... | ... |