aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/tutorial/index.ngdoc
diff options
context:
space:
mode:
authorPete Bacon Darwin2013-04-15 12:28:31 +0100
committerPete Bacon Darwin2013-04-15 12:28:31 +0100
commit59bfe8e5a9edf7ba000d258b9ac1ef8355c9aca7 (patch)
tree711ff5c8fea017cf55a64baf05b3e1cbfb0c50a3 /docs/content/tutorial/index.ngdoc
parenta748410f52642a642d5ce47bbffd0d0f8616e4ad (diff)
downloadangular.js-59bfe8e5a9edf7ba000d258b9ac1ef8355c9aca7.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/index.ngdoc')
-rw-r--r--docs/content/tutorial/index.ngdoc12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/content/tutorial/index.ngdoc b/docs/content/tutorial/index.ngdoc
index 2d6cf43f..21adceb6 100644
--- a/docs/content/tutorial/index.ngdoc
+++ b/docs/content/tutorial/index.ngdoc
@@ -54,14 +54,14 @@ and follow the instructions for setting up your computer.
<div class="tabbable" show="true">
<div class="tab-pane well" id="git-mac" title="Git on Mac/Linux">
<ol>
- <li><p>You will need Node.js and Testacular to run unit tests, so please verify that you have
+ <li><p>You will need Node.js and Karma to run unit tests, so please verify that you have
<a href="http://nodejs.org/">Node.js</a> v0.8 or better installed
and that the <code>node</code> executable is on your <code>PATH</code> by running the following
command in a terminal window:</p>
<pre>node --version</pre>
- <p>Additionally install <a href="http://vojtajina.github.com/testacular">Testacular</a> if you
+ <p>Additionally install <a href="http://karma-runner.github.io/">Karma</a> if you
don't have it already:</p>
- <pre>npm install -g testacular</pre>
+ <pre>npm install -g karma</pre>
<li><p>You'll also need Git, which you can get from
<a href="http://git-scm.com/download">the Git site</a>.</p></li>
<li><p>Clone the angular-phonecat repository located at <a
@@ -81,14 +81,14 @@ to run <code>scripts/web-server.js</code>, a simple bundled http server.</p></l
<div class="tab-pane well" id="git-win" title="Git on Windows">
<ol>
- <li><p>You will need Node.js and Testacular to run unit tests, so please verify that you have
+ <li><p>You will need Node.js and Karma to run unit tests, so please verify that you have
<a href="http://nodejs.org/">Node.js</a> v0.8 or better installed
and that the <code>node</code> executable is on your <code>PATH</code> by running the following
command in a terminal window:</p>
<pre>node --version</pre>
- <p>Additionally install <a href="http://vojtajina.github.com/testacular">Testacular</a> if you
+ <p>Additionally install <a href="http://karma-runner.github.io/">Karma</a> if you
don't have it already:</p>
- <pre>npm install -g testacular</pre>
+ <pre>npm install -g karma</pre>
</li>
<li><p>You'll also need Git, which you can get from
<a href="http://git-scm.com/download">the Git site</a>.</p></li>