Skip to content

Commit

Permalink
update tests for node 7.x
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterloftis committed Feb 24, 2017
1 parent 9c6bf3e commit b7a8ca8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/run
Original file line number Diff line number Diff line change
Expand Up @@ -398,22 +398,22 @@ testDangerousRangeStar() {
compile "dangerous-range-star"
assertCaptured "Dangerous semver range"
assertCaptured "Resolving node version * via semver.io"
assertCaptured "Downloading and installing node 6."
assertCaptured "Downloading and installing node 7."
assertCapturedError
}

testDangerousRangeGreaterThan() {
compile "dangerous-range-greater-than"
assertCaptured "Dangerous semver range"
assertCaptured "Resolving node version >0.4 via semver.io"
assertCaptured "Downloading and installing node 6."
assertCaptured "Downloading and installing node 7."
assertCapturedError
}

testRangeWithSpace() {
compile "range-with-space"
assertCaptured "Resolving node version >= 0.8.x via semver.io"
assertCaptured "Downloading and installing node 6."
assertCaptured "Downloading and installing node 7."
assertCapturedSuccess
}

Expand Down

0 comments on commit b7a8ca8

Please sign in to comment.