Commit b8a6635f authored by zeke's avatar zeke

testProfileCreated

parent 2faeed57
...@@ -44,12 +44,12 @@ testPackageJsonWithUnstableVersion() { ...@@ -44,12 +44,12 @@ testPackageJsonWithUnstableVersion() {
# assertCapturedError 1 "Requested node version 5.0 not found" # assertCapturedError 1 "Requested node version 5.0 not found"
# } # }
# testProfileCreated() { testProfileCreated() {
# compile "package-json-version" compile "package-json-stable-version"
# assertCaptured "Building runtime environment" assertCaptured "Building runtime environment"
# assertFile "export PATH=\"\$HOME/node/bin:$HOME/bin:\$HOME/node_modules/.bin:\$PATH\"" ".profile.d/nodejs.sh" assertFile "export PATH=\"\$HOME/node/bin:$HOME/bin:\$HOME/node_modules/.bin:\$PATH\"" ".profile.d/nodejs.sh"
# assertCapturedSuccess assertCapturedSuccess
# } }
# testNodeModulesCached() { # testNodeModulesCached() {
# cache=$(mktmpdir) # cache=$(mktmpdir)
......
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