diff --git a/spec/spec-helper.coffee b/spec/spec-helper.coffee index bfe468cc114..622958b0e39 100644 --- a/spec/spec-helper.coffee +++ b/spec/spec-helper.coffee @@ -45,7 +45,7 @@ Set.prototype.isEqual = (other) -> false jasmine.getEnv().addEqualityTester (a, b) -> - # Match jamine.any's + # Match jasmine.any's equality matching logic return a.jasmineMatches(b) if a?.jasmineMatches? return b.jasmineMatches(a) if b?.jasmineMatches?