Commit b1c0e1d0 authored by Hunter Loftis's avatar Hunter Loftis

test and message for failing builds

parent 39809006
......@@ -57,7 +57,7 @@ testOldNpm() {
testFailingBuild() {
compile "failing-build"
assertCaptured "Build failed"
assertCaptured "This is a new Node.js buildpack"
assertCaptured "We're sorry this build is failing"
assertCapturedError 1 ""
}
......
{
"name": "node-buildpack-test-app",
"version": "0.0.1",
"description": "node buildpack integration test app",
"repository" : {
"type" : "git",
"url" : "http://github.com/example/example.git"
},
"dependencies": {
"hashish": "*"
},
"engines": {
"node": "0.10.x"
},
"scripts": {
"postinstall": "exit 1"
}
}
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