From 1599c295214182ed527c1671f27e24d11441f8db Mon Sep 17 00:00:00 2001 From: Arnaud Bellec Date: Tue, 5 Feb 2013 11:24:00 +0100 Subject: [PATCH] Updated downloader spec to check for unflattened zipfiles --- spec/functional/downloader_spec.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/functional/downloader_spec.rb b/spec/functional/downloader_spec.rb index 5fe6c1e..108a459 100644 --- a/spec/functional/downloader_spec.rb +++ b/spec/functional/downloader_spec.rb @@ -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