diff --git a/test/synonyms_test.rb b/test/synonyms_test.rb index b4f8f3e..df8f280 100644 --- a/test/synonyms_test.rb +++ b/test/synonyms_test.rb @@ -41,8 +41,9 @@ class SynonymsTest < Minitest::Test assert_search "scallions", ["Green Onions"] end - # def test_wordnet - # store_names ["Creature", "Beast", "Dragon"], Animal - # assert_search "animal", ["Creature", "Beast"], {}, Animal - # end + def test_wordnet + skip unless ENV["TEST_WORDNET"] + store_names ["Creature", "Beast", "Dragon"], Animal + assert_search "animal", ["Creature", "Beast"], {}, Animal + end end -- libgit2 0.21.0