diff --git a/test/vows-test.js b/test/vows-test.js index f6c3503..45339d8 100644 --- a/test/vows-test.js +++ b/test/vows-test.js @@ -124,4 +124,8 @@ vows.describe("Vows").addVows({ assert.equal(subject, 45); } } +}).addVows({ + "A 2nd test suite": { + "should run after the first": function () {} + } });