Commit 1703a346 authored by Kyle Fuller's avatar Kyle Fuller

Merge pull request #2834 from CocoaPods/clintegracon_update

CLIntegracon update
parents 5efc5a0e a1782bd1
...@@ -95,7 +95,7 @@ GEM ...@@ -95,7 +95,7 @@ GEM
parser (>= 2.2.0.pre.3, < 3.0) parser (>= 2.2.0.pre.3, < 3.0)
awesome_print (1.2.0) awesome_print (1.2.0)
bacon (1.2.0) bacon (1.2.0)
clintegracon (0.5.3) clintegracon (0.6.0)
colored (~> 1.2) colored (~> 1.2)
diffy diffy
cocoapods-dependencies (0.3.2) cocoapods-dependencies (0.3.2)
......
...@@ -106,8 +106,8 @@ describe_cli 'pod' do ...@@ -106,8 +106,8 @@ describe_cli 'pod' do
s.replace_path `which git`.chomp, 'GIT_BIN' s.replace_path `which git`.chomp, 'GIT_BIN'
s.replace_path `which hg`.chomp, 'HG_BIN' s.replace_path `which hg`.chomp, 'HG_BIN'
s.replace_user_path 'Library/Caches/CocoaPods', 'CACHES_DIR' s.replace_user_path 'Library/Caches/CocoaPods', 'CACHES_DIR'
s.replace_path %r(\d{4}-\d\d-\d\d \d\d:\d\d:\d\d [-+]\d{4}), '<#DATE#>' s.replace_pattern %r(\d{4}-\d\d-\d\d \d\d:\d\d:\d\d [-+]\d{4}), '<#DATE#>'
s.replace_path %r(\(Took \d+.\d+ seconds\)), '(Took <#DURATION#> seconds)' s.replace_pattern %r(\(Took \d+.\d+ seconds\)), '(Took <#DURATION#> seconds)'
end end
describe 'Pod install' do describe 'Pod install' 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