コード例 #1
0
ファイル: test_cocoapods.py プロジェクト: kylef/maintain
 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
ファイル: test_cocoapods.py プロジェクト: kylef/maintain
 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())