mirror of
https://github.com/zhigang1992/CocoaPods.git
synced 2026-01-12 08:54:14 +08:00
Updated downloader spec to check for unflattened zipfiles
This commit is contained in:
@@ -74,8 +74,8 @@ module Pod
|
||||
downloader = Downloader.for_pod(@pod)
|
||||
VCR.use_cassette('tarballs', :record => :new_episodes) { downloader.download }
|
||||
|
||||
(@pod.root + 'GADSearchRequest.h').should.exist
|
||||
(@pod.root + 'GADSearchRequest.h').read.strip.should =~ /Google Search Ads iOS SDK/
|
||||
(@pod.root + 'GoogleAdMobSearchAdsSDK/GADSearchRequest.h').should.exist
|
||||
(@pod.root + 'GoogleAdMobSearchAdsSDK/GADSearchRequest.h').read.strip.should =~ /Google Search Ads iOS SDK/
|
||||
end
|
||||
|
||||
it "raises if it fails to download" do
|
||||
|
||||
Reference in New Issue
Block a user