Skip to content

Commit

Permalink
Merge pull request #224 from realm/seg-skip-new-version
Browse files Browse the repository at this point in the history
[IntegrationSpecs] Use COCOAPODS_SKIP_NEW_VERSION
  • Loading branch information
segiddins committed May 1, 2015
2 parents 2ce9cea + 8233a99 commit a1afa3a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions spec/integration_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,9 @@
subject do |s|
s.executable = "ruby #{ROOT + 'bin/jazzy'}"
s.environment_vars = {
'JAZZY_FAKE_DATE' => 'YYYY-MM-DD',
'JAZZY_FAKE_VERSION' => 'X.X.X',
'JAZZY_FAKE_DATE' => 'YYYY-MM-DD',
'JAZZY_FAKE_VERSION' => 'X.X.X',
'COCOAPODS_SKIP_NEW_VERSION' => 'TRUE',
}
s.default_args = []
s.replace_path ROOT.to_s, 'ROOT'
Expand Down

0 comments on commit a1afa3a

Please sign in to comment.