Skip to content

Commit

Permalink
[test] Don't listen in simple/child-argument
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalecki committed Dec 31, 2011
1 parent 3628bd4 commit 2a1ff62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/simple/child-argument-test.js
Expand Up @@ -20,7 +20,7 @@ var script = path.join(__dirname, '..', 'fixtures' ,'checkchildargs.js'),
argv = ['--hook-port', IOPORT, '--hook-name', 'carapace', script];

vows.describe('carapace/simple/child-argument').addBatch({
"When using haibu-carapace": helper.assertListen(IOPORT, {
"When using haibu-carapace": {
"spawning the checkchildargs.js script via the child carapace": {
topic: function () {
var that = this,
Expand Down Expand Up @@ -71,5 +71,5 @@ vows.describe('carapace/simple/child-argument').addBatch({
}
}
}
})
}
}).export(module);

0 comments on commit 2a1ff62

Please sign in to comment.