Commit 1599c295 authored by Arnaud Bellec's avatar Arnaud Bellec

Updated downloader spec to check for unflattened zipfiles

parent 4a4ed07a
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment