mirror of
https://github.com/lilydjwg/nvchecker
synced 2025-01-03 21:02:42 +00:00
7 lines
205 B
Python
7 lines
205 B
Python
from tests.helper import ExternalVersionTestCase
|
|
|
|
|
|
class RubyGemsTest(ExternalVersionTestCase):
|
|
def test_gems(self):
|
|
self.assertEqual(self.sync_get_version("example", {"gems": None}), "1.0.2")
|