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:30:33 +0100
commitef334d0070754a40d9330ab496bd80587de2ccc3 (patch)
treef78c88e5be3626ec5122c82680ef5afaf7809c46 /docs/content/tutorial/index.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/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>