Navigation Menu

Skip to content

Commit

Permalink
test: omit a test if MeCab isn't available
Browse files Browse the repository at this point in the history
  • Loading branch information
Masafumi Yokoyama committed Apr 2, 2015
1 parent 239c98b commit 15d5b60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test-type.rb
Expand Up @@ -153,6 +153,7 @@ def test_trigram
end

def test_mecab
check_mecab_availability
assert_equal_type("TokenMecab", Groonga::Type::MECAB)
end
end
Expand Down

0 comments on commit 15d5b60

Please sign in to comment.