Skip to content

Commit

Permalink
update buildpack-env-dir tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zeke committed Jan 21, 2014
1 parent 36ad8a3 commit 9e1e554
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/test
Expand Up @@ -111,9 +111,9 @@ testProcfileAbsentNpmStartPresent() {
assertCapturedSuccess assertCapturedSuccess
} }


testEnvfileNotImported() { testEnvDirNotImported() {
compile "stable-node" compile "stable-node"
assertNotCaptured "Importing application config vars" assertNotCaptured "Exporting config vars to environment"
assertCapturedSuccess assertCapturedSuccess
} }


Expand Down

0 comments on commit 9e1e554

Please sign in to comment.