Commit 9bdb793ebd8b919d0abe79dbbed6c09c95dd4e7c

Authored by Andrew Kane
1 parent fc612fb2

Simpler test

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
test/index_options_test.rb
... ... @@ -30,7 +30,7 @@ class IndexOptionsTest < Minitest::Test
30 30 end
31 31  
32 32 def test_stem_exclusion
33   - with_options({language: "english", stem_exclusion: ["anime"]}) do
  33 + with_options({stem_exclusion: ["anime"]}) do
34 34 store_names ["animals", "anime"]
35 35 assert_search "animals", ["animals"], {misspellings: false}
36 36 assert_search "anime", ["anime"], {misspellings: false}
... ...