diff options
| -rw-r--r-- | docs/content/tutorial/step_11.ngdoc | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
