Skip to content

Commit

Permalink
Fix integration specs by improving output replacement logic for cocoa…
Browse files Browse the repository at this point in the history
…pods-downloader version
  • Loading branch information
amorde committed Oct 26, 2023
1 parent bad449a commit 794f75b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/integration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
s.replace_pattern /\d{4}-\d\d-\d\d \d\d:\d\d:\d\d [-+]\d{4}/, '<#DATE#>'
s.replace_pattern /\(Took \d+.\d+ seconds\)/, '(Took <#DURATION#> seconds)'
s.replace_pattern /\b#{Regexp.escape(Pod::VERSION)}\b/, '<#Pod::VERSION#>'
s.replace_pattern /\b#{Regexp.escape(Pod::Downloader::VERSION)}\b/, '<#Pod::Downloader::VERSION#>'
s.replace_pattern /cocoapods-downloader\/#{Regexp.escape(Pod::Downloader::VERSION)}\b/, 'cocoapods-downloader/<#Pod::Downloader::VERSION#>'

# This was changed in a very recent git version
s.replace_pattern /git checkout -b <new-branch-name>/, 'git checkout -b new_branch_name'
Expand Down

0 comments on commit 794f75b

Please sign in to comment.