From 8469779a8e18ebf8ff90072872735b1730fdcc70 Mon Sep 17 00:00:00 2001 From: Marko Bonaci Date: Tue, 8 Oct 2013 21:10:42 +0200 Subject: docs(tutorial/step11): correct Jasmine Matcher link Link http://pivotal.github.com/jasmine/jsdoc/symbols/jasmine.Matchers.html is no longer valid. Closes #4329 --- docs/content/tutorial/step_11.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/tutorial/step_11.ngdoc b/docs/content/tutorial/step_11.ngdoc index aff35703..53f2dd3d 100644 --- a/docs/content/tutorial/step_11.ngdoc +++ b/docs/content/tutorial/step_11.ngdoc @@ -135,7 +135,7 @@ The {@link api/ngResource.$resource $resource} service augments the response obj with methods for updating and deleting the resource. If we were to use the standard `toEqual` matcher, our tests would fail because the test values would not match the responses exactly. To solve the problem, we use a newly-defined `toEqualData` {@link -http://pivotal.github.com/jasmine/jsdoc/symbols/jasmine.Matchers.html Jasmine matcher}. When the +https://github.com/pivotal/jasmine/wiki/Matchers Jasmine matcher}. When the `toEqualData` matcher compares two objects, it takes only object properties into account and ignores methods. -- cgit v1.2.3