aboutsummaryrefslogtreecommitdiffstats
path: root/src/scenario/Matcher.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/scenario/Matcher.js')
-rw-r--r--src/scenario/Matcher.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scenario/Matcher.js b/src/scenario/Matcher.js
index 62f094c8..a9c86571 100644
--- a/src/scenario/Matcher.js
+++ b/src/scenario/Matcher.js
@@ -18,4 +18,4 @@ Matcher.addMatcher = function(name, matcher) {
};
};
-Matcher.addMatcher('toEqual', function(a,b) { return a == b; });
+Matcher.addMatcher('toEqual', angular.equals);