Commit a1782bd1 authored by Marius Rackwitz's avatar Marius Rackwitz

[Spec][Integration] Use new setters

parent 3ab58378
...@@ -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