test: introduce a test for process.versions output
authorJohan Bergström <bugs@bergstroem.nu>
Wed, 14 Jan 2015 01:30:20 +0000 (12:30 +1100)
committerRod Vagg <rod@vagg.org>
Wed, 14 Jan 2015 01:43:52 +0000 (12:43 +1100)
commitfce1acd748ed4ea77a345e882a5275c58cdedd75
tree5a16a0e7874068272535179b338fee0f8c2ad779
parent31c32e7a99f55a32b671abffe40b73fc4bebd158
test: introduce a test for process.versions output

make sure that process.versions contains an expected list of software to avoid
potential mistakes with refactoring.

PR-URL: https://github.com/iojs/io.js/pull/352
Reviewed-By: Rod Vagg <rod@vagg.org>
test/parallel/test-process-versions.js [new file with mode: 0644]