From 3749b1693869c14052e2fd494ac2b66b22394e57 Mon Sep 17 00:00:00 2001 From: Simon Dittlmann Date: Fri, 23 Aug 2013 11:01:10 +0200 Subject: [PATCH] Add note to make the naming convention in specs more visible when testing filters. --- docs/content/tutorial/step_09.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/tutorial/step_09.ngdoc b/docs/content/tutorial/step_09.ngdoc index 245a51d53226..d4b042337c87 100644 --- a/docs/content/tutorial/step_09.ngdoc +++ b/docs/content/tutorial/step_09.ngdoc @@ -107,7 +107,7 @@ describe('filter', function() { Note that you need to configure our test injector with the `phonecatFilters` module before any of -our filter tests execute. +our filter tests execute. Please note also the naming convention to inject the filter. You should now see the following output in the Karma tab: