Skip to content

Commit

Permalink
removed it.run and cleaned up unused refernces
Browse files Browse the repository at this point in the history
  • Loading branch information
doug-martin committed Aug 24, 2012
1 parent a9d87d4 commit 747b52a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions lib/plugins/validation.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,8 @@ var comb = require("comb"),
validatorCheck = validator.check,
dateCmp = comb.date.compare,
isArray = comb.isArray,
combIsNumber = comb.isNumber,
combDeepEqual = comb.deepEqual,
combIsString = comb.isString,
combIsBoolean = comb.isBoolean,
combIsDate = comb.isDate,
combIsInstanceOf = comb.isInstanceOf,
combIsDefined = comb.isDefined,
combIsNull = comb.isNull,
format = comb.string.format,
Expand Down
2 changes: 0 additions & 2 deletions test/plugins/validatorPlugin.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1026,7 +1026,5 @@ it.describe("patio.plugins.ValidatorPlugin", function (it) {
});
});

it.run();

});

0 comments on commit 747b52a

Please sign in to comment.