Commit f9e77af9 authored by Francis Chong's avatar Francis Chong

correct typo

parent 13e48210
...@@ -154,7 +154,7 @@ describe "Pod::Downloader" do ...@@ -154,7 +154,7 @@ describe "Pod::Downloader" do
(@pod.root + 'GoogleAdMobSearchAdsSDK/GADSearchRequest.h').read.strip.should =~ /Google Search Ads iOS SDK/ (@pod.root + 'GoogleAdMobSearchAdsSDK/GADSearchRequest.h').read.strip.should =~ /Google Search Ads iOS SDK/
end end
it "removes the .zip directory when cleaning" do it "removes the .zip when cleaning" do
@pod.specification.stubs(:source).returns( @pod.specification.stubs(:source).returns(
:http => 'http://dl.google.com/googleadmobadssdk/googleadmobsearchadssdkios.zip' :http => 'http://dl.google.com/googleadmobadssdk/googleadmobsearchadssdkios.zip'
) )
......
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