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.
This commit is contained in:
Pete Bacon Darwin
2013-04-15 12:28:31 +01:00
parent a748410f52
commit 59bfe8e5a9
10 changed files with 27 additions and 26 deletions

View File

@@ -208,7 +208,7 @@ Finally, we verify that the default value of `orderProp` is set correctly:
});
</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 2 of 2 SUCCESS (0.028 secs / 0.007 secs)