Add a testcase for RubyGems

This commit is contained in:
Felix Yan 2015-11-04 20:18:37 +08:00
parent 5ae52b9e16
commit 10ac7ea7a6
1 changed files with 6 additions and 0 deletions

6
tests/test_gems.py Normal file
View 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")