Skip to content

Commit

Permalink
vows.describe is the default now
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudhead committed May 11, 2010
1 parent 06290ee commit 8a4f76d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/vows.js
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ vows.options = {
// Run all vows/tests.
// It can take either a function as `tests`,
// or an object literal.
vows.tell = function (subject) {
vows.describe = function (subject) {
this.options.Emitter.prototype.addVow = addVow;
this.options.Emitter.prototype.addVows = addVows;
this.remaining = 0;
Expand All @@ -383,7 +383,7 @@ vows.tell = function (subject) {
return promise;
};

vows.describe = vows.tell;
vows.tell = vows.describe;

// Return the `vows` object after setting some options
vows.config = function (opts) {
Expand Down

0 comments on commit 8a4f76d

Please sign in to comment.