mirror of
https://github.com/lilydjwg/nvchecker
synced 2025-03-05 02:48:25 +00:00
Add a testcase for RubyGems
This commit is contained in:
parent
5ae52b9e16
commit
10ac7ea7a6
6
tests/test_gems.py
Normal file
6
tests/test_gems.py
Normal file
@ -0,0 +1,6 @@
|
||||
from tests.helper import ExternalVersionTestCase
|
||||
|
||||
|
||||
class RubyGemsTest(ExternalVersionTestCase):
|
||||
def test_gems(self):
|
||||
self.assertEqual(self.sync_get_version("example", {"gems": None}), "1.0.2")
|
Loading…
Reference in New Issue
Block a user