Add _.parseInt and _.runInContext to the underscore build tests.

Former-commit-id: a5f8d936e912d0bd53f689d23c3393731fe97f47
This commit is contained in:
John-David Dalton
2013-02-28 02:48:11 -08:00
parent 1bbd9e24b0
commit 7e7f792710

View File

@@ -933,7 +933,9 @@
'forOwn',
'isPlainObject',
'merge',
'partialRight'
'parseInt',
'partialRight',
'runInContext'
], function(methodName) {
equal(lodash[methodName], undefined, '_.' + methodName + ' should not exist: ' + basename);
});