Merge branch 'custom-object-formatters' into cof-merge-candidate
This commit is contained in:
@@ -129,7 +129,7 @@ getJasmineRequireObj().Expectation = function(j$) {
|
||||
return result;
|
||||
}
|
||||
|
||||
function negatedFailureMessage(result, matcherName, args, util) {
|
||||
function negatedFailureMessage(result, matcherName, args, matchersUtil) {
|
||||
if (result.message) {
|
||||
if (j$.isFunction_(result.message)) {
|
||||
return result.message();
|
||||
@@ -141,7 +141,7 @@ getJasmineRequireObj().Expectation = function(j$) {
|
||||
args = args.slice();
|
||||
args.unshift(true);
|
||||
args.unshift(matcherName);
|
||||
return util.buildFailureMessage.apply(null, args);
|
||||
return matchersUtil.buildFailureMessage.apply(matchersUtil, args);
|
||||
}
|
||||
|
||||
function negate(result) {
|
||||
|
||||
Reference in New Issue
Block a user