Skip to content

Commit

Permalink
test for chained vows
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudhead committed May 11, 2010
1 parent b7a65c0 commit f394e79
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/vows-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,8 @@ vows.describe("Vows").addVows({
assert.equal(subject, 45);
}
}
}).addVows({
"A 2nd test suite": {
"should run after the first": function () {}
}
});

0 comments on commit f394e79

Please sign in to comment.