Пример #1
0
 def test_detects_json_podspec(self):
     with temp_directory():
         touch('URITemplate.podspec.json')
         self.assertTrue(CocoaPodsReleaser.detect())
Пример #2
0
 def test_detects_json_podspec(self):
     with temp_directory():
         touch('URITemplate.podspec.json')
         self.assertTrue(CocoaPodsReleaser.detect())
Пример #3
0
 def test_detects_ruby_podspec(self):
     with temp_directory():
         touch('JSONWebToken.podspec')
         self.assertTrue(CocoaPodsReleaser.detect())
Пример #4
0
 def test_detects_ruby_podspec(self):
     with temp_directory():
         touch('JSONWebToken.podspec')
         self.assertTrue(CocoaPodsReleaser.detect())