Commit 04b1428f authored by Jeremy Morrell's avatar Jeremy Morrell Committed by GitHub

Update tests for Node 8 (#427)

parent a4f0f566
......@@ -461,7 +461,7 @@ testDangerousRangeStar() {
compile "dangerous-range-star"
assertCaptured "Dangerous semver range"
assertCaptured "Resolving node version * via semver.io"
assertCaptured "Downloading and installing node 7."
assertCaptured "Downloading and installing node 8."
assertCapturedError
}
......@@ -469,14 +469,14 @@ testDangerousRangeGreaterThan() {
compile "dangerous-range-greater-than"
assertCaptured "Dangerous semver range"
assertCaptured "Resolving node version >0.4 via semver.io"
assertCaptured "Downloading and installing node 7."
assertCaptured "Downloading and installing node 8."
assertCapturedError
}
testRangeWithSpace() {
compile "range-with-space"
assertCaptured "Resolving node version >= 0.8.x via semver.io"
assertCaptured "Downloading and installing node 7."
assertCaptured "Downloading and installing node 8."
assertCapturedSuccess
}
......
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