Skip to content

Commit

Permalink
revised vows.js header
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudhead committed Jun 5, 2010
1 parent ec867b6 commit c3afbbc
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions lib/vows.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,15 @@
//
// var vows = require('vows');
//
// vows.describe('Deep Thought').addVows(function () {
// question('what is the answer to the universe?').addVow(function (answer) {
// assert.equals(answer, 42);
// }, 'it should know the answer to the ultimate question of life');
// });
// vows.describe('Deep Thought').addVows({
// "An instance of DeepThought": {
// topic: new DeepThought,
//
// "should know the answer to the ultimate question of life": function (deepThought) {
// assert.equal (deepThought.question('what is the answer to the universe?'), 42);
// }
// }
// }).run();
//
var sys = require('sys'),
events = require('events'),
Expand Down

0 comments on commit c3afbbc

Please sign in to comment.