Commit b7a8ca86 authored by Hunter Loftis's avatar Hunter Loftis

update tests for node 7.x

parent 9c6bf3ed
......@@ -398,7 +398,7 @@ 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
}
......@@ -406,14 +406,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 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
}
......
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