misread the line and thought I was helping

This commit is contained in:
Spencer Alger 2014-06-18 19:00:36 -07:00
parent 7363c1e13d
commit 0917ba213c

View file

@ -20,7 +20,7 @@ define(function (require) {
var methods = 'max,min,eq,is,lt,lte,gt,gte'.split(',');
describe('methods', function () {
it('should have ' + methods.join(', ') + ' method', function () {
it('should have ' + methods.join(', ') + ' methods', function () {
_.each(methods, function (method) {
expect(versionmath[method]).to.be.a(Function);
});