Skip to content

Commit

Permalink
Update bundle and make specs green.
Browse files Browse the repository at this point in the history
  • Loading branch information
alloy committed Jan 13, 2013
1 parent 3efdcda commit a6aef74
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 16 deletions.
30 changes: 16 additions & 14 deletions Gemfile.lock
@@ -1,8 +1,8 @@
GIT
remote: git://github.com/CocoaPods/Xcodeproj.git
revision: d599d4ed17763aa5eb03382a17a6243e11beda2e
revision: 39b060359900d5d319f8e42e50d641ef58bf7825
specs:
xcodeproj (0.4.0)
xcodeproj (0.4.1)
activesupport (~> 3.2.6)
colored (~> 1.2)

Expand Down Expand Up @@ -32,50 +32,52 @@ PATH
GEM
remote: http://rubygems.org/
specs:
activesupport (3.2.9)
activesupport (3.2.11)
i18n (~> 0.6)
multi_json (~> 1.0)
addressable (2.3.2)
awesome_print (1.1.0)
bacon (1.1.0)
bacon (1.2.0)
coderay (1.0.8)
colored (1.2)
crack (0.3.1)
crack (0.3.2)
escape (0.0.4)
faraday (0.8.4)
multipart-post (~> 1.1)
faraday_middleware (0.9.0)
faraday (>= 0.7.4, < 0.9)
github-markup (0.7.4)
github-markup (0.7.5)
hashie (1.2.0)
i18n (0.6.1)
json (1.7.5)
listen (0.6.0)
json (1.7.6)
listen (0.7.2)
metaclass (0.0.1)
method_source (0.8.1)
mocha (0.11.4)
metaclass (~> 0.0.1)
mocha-on-bacon (0.2.1)
mocha (>= 0.9.8)
multi_json (1.3.7)
multi_json (1.5.0)
multipart-post (1.1.5)
octokit (1.18.0)
netrc (0.7.7)
octokit (1.21.0)
addressable (~> 2.2)
faraday (~> 0.8)
faraday_middleware (~> 0.8)
faraday_middleware (~> 0.9)
hashie (~> 1.2)
multi_json (~> 1.3)
netrc (~> 0.7.7)
open4 (1.3.0)
pry (0.9.10)
coderay (~> 1.0.5)
method_source (~> 0.8)
slop (~> 3.3.1)
rake (0.9.5)
rb-fsevent (0.9.2)
rake (0.9.6)
rb-fsevent (0.9.3)
redcarpet (2.2.2)
slop (3.3.3)
terminal-notifier (1.4.2)
vcr (2.3.0)
vcr (2.4.0)
webmock (1.9.0)
addressable (>= 2.2.7)
crack (>= 0.1.7)
Expand Down
4 changes: 2 additions & 2 deletions spec/functional/downloader_spec.rb
Expand Up @@ -74,8 +74,8 @@ module Pod
downloader = Downloader.for_pod(@pod)
VCR.use_cassette('tarballs', :record => :new_episodes) { downloader.download }

(@pod.root + 'GoogleAdMobSearchAdsSDK/GADSearchRequest.h').should.exist
(@pod.root + 'GoogleAdMobSearchAdsSDK/GADSearchRequest.h').read.strip.should =~ /Google Search Ads iOS SDK/
(@pod.root + 'GADSearchRequest.h').should.exist
(@pod.root + 'GADSearchRequest.h').read.strip.should =~ /Google Search Ads iOS SDK/
end

it "raises if it fails to download" do
Expand Down

0 comments on commit a6aef74

Please sign in to comment.