Skip to content

Commit

Permalink
[IntegrationSpecs] Use COCOAPODS_SKIP_NEW_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
segiddins committed May 1, 2015
1 parent 2ce9cea commit 8233a99
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 8233a99

Please sign in to comment.