Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
H
heroku-buildpack-nodejs
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Python-Dev
heroku-buildpack-nodejs
Commits
c8cb21e7
Commit
c8cb21e7
authored
Feb 18, 2015
by
Hunter Loftis
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #198 from heroku/node-0.12
updated test suite for latest stable at 0.12.0
parents
f7b2c7a9
cb5d693d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
run
test/run
+4
-4
No files found.
test/run
View file @
c8cb21e7
...
@@ -40,7 +40,7 @@ testNoVersion() {
...
@@ -40,7 +40,7 @@ testNoVersion() {
assertCaptured
"Node engine: unspecified"
assertCaptured
"Node engine: unspecified"
assertCaptured
"WARNING: Node version not specified in package.json"
assertCaptured
"WARNING: Node version not specified in package.json"
assertCaptured
"Resolving node version (latest stable) via semver.io"
assertCaptured
"Resolving node version (latest stable) via semver.io"
assertCaptured
"Downloading and installing node 0.1
0
"
assertCaptured
"Downloading and installing node 0.1
2
"
assertNotCaptured
"We're sorry this build is failing"
assertNotCaptured
"We're sorry this build is failing"
assertCapturedSuccess
assertCapturedSuccess
}
}
...
@@ -126,7 +126,7 @@ testDangerousRangeStar() {
...
@@ -126,7 +126,7 @@ testDangerousRangeStar() {
assertCaptured
"WARNING: Avoid semver ranges like '*'"
assertCaptured
"WARNING: Avoid semver ranges like '*'"
assertCaptured
"Node engine: *"
assertCaptured
"Node engine: *"
assertCaptured
"Resolving node version * via semver.io"
assertCaptured
"Resolving node version * via semver.io"
assertCaptured
"Downloading and installing node 0.1
0
"
assertCaptured
"Downloading and installing node 0.1
2
"
assertCapturedSuccess
assertCapturedSuccess
}
}
...
@@ -134,14 +134,14 @@ testDangerousRangeGreaterThan() {
...
@@ -134,14 +134,14 @@ testDangerousRangeGreaterThan() {
compile
"dangerous-range-greater-than"
compile
"dangerous-range-greater-than"
assertCaptured
"WARNING: Avoid semver ranges starting with '>'"
assertCaptured
"WARNING: Avoid semver ranges starting with '>'"
assertCaptured
"Resolving node version >0.4 via semver.io"
assertCaptured
"Resolving node version >0.4 via semver.io"
assertCaptured
"Downloading and installing node 0.1
0
"
assertCaptured
"Downloading and installing node 0.1
2
"
assertCapturedSuccess
assertCapturedSuccess
}
}
testRangeWithSpace
()
{
testRangeWithSpace
()
{
compile
"range-with-space"
compile
"range-with-space"
assertCaptured
"Resolving node version >= 0.8.x via semver.io"
assertCaptured
"Resolving node version >= 0.8.x via semver.io"
assertCaptured
"Downloading and installing node 0.1
0
"
assertCaptured
"Downloading and installing node 0.1
2
"
assertCapturedSuccess
assertCapturedSuccess
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment