aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/tutorial/step_11.ngdoc
diff options
context:
space:
mode:
authorPete Bacon Darwin2013-04-15 12:28:31 +0100
committerPete Bacon Darwin2013-04-15 12:30:33 +0100
commitef334d0070754a40d9330ab496bd80587de2ccc3 (patch)
treef78c88e5be3626ec5122c82680ef5afaf7809c46 /docs/content/tutorial/step_11.ngdoc
parent9f08d039782f917caeec4289c8caecec4e81adb2 (diff)
downloadangular.js-ef334d0070754a40d9330ab496bd80587de2ccc3.tar.bz2
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.
Diffstat (limited to 'docs/content/tutorial/step_11.ngdoc')
-rw-r--r--docs/content/tutorial/step_11.ngdoc2
1 files changed, 1 insertions, 1 deletions
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() {
});
</pre>
-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)