From 59bfe8e5a9edf7ba000d258b9ac1ef8355c9aca7 Mon Sep 17 00:00:00 2001 From: Pete Bacon Darwin Date: Mon, 15 Apr 2013 12:28:31 +0100 Subject: docs(tutorial): testacular renamed to karma Replaced instances of 'Testacular' with 'Karma' to reflect name change of test runner. Replaced instances of 'http://vojtajina.github.com/testacular' with 'http://karma-runner.github.io/' to reflect dedicated page for Karma Test Runner. Added location of config file needed to start the Karma server. This is still labeled 'testacular.conf.js' and needs file name to be updated in the phone example repo. --- docs/content/tutorial/step_11.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/content/tutorial/step_11.ngdoc') diff --git a/docs/content/tutorial/step_11.ngdoc b/docs/content/tutorial/step_11.ngdoc index 9ab28da3..aff35703 100644 --- a/docs/content/tutorial/step_11.ngdoc +++ b/docs/content/tutorial/step_11.ngdoc @@ -214,7 +214,7 @@ describe('PhoneCat controllers', function() { }); -You should now see the following output in the Testacular tab: +You should now see the following output in the Karma tab: Chrome 22.0: Executed 4 of 4 SUCCESS (0.038 secs / 0.01 secs) -- cgit v1.2.3