Add test for Parakeet::VERSION

This commit is contained in:
Kitaiti Makoto 2026-05-29 19:15:16 +09:00
parent 64ad435291
commit b31e481780
1 changed files with 4 additions and 0 deletions

View File

@ -21,4 +21,8 @@ class TestParakeet < TestBase
def test_system_info_str
assert_match /\APARAKEET : MTL : EMBED_LIBRARY = \d \| CPU : NEON = \d \|/, Parakeet.system_info_str
end
def test_version
assert_instance_of String, Parakeet::VERSION
end
end