diff --git a/.npmignore b/.npmignore
index 59495534a..1ebfc4b39 100644
--- a/.npmignore
+++ b/.npmignore
@@ -13,7 +13,7 @@ jsl.conf
Gruntfile.coffee
changelog.sh
-Testacular.sublime-*
+Karma.sublime-*
screencast*
adapter/jasmine.src.js
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bc494a6b4..13d201151 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,9 +4,9 @@
#### Bug Fixes
-* **config:** do not change urlRoot even if proxied ([1be1ae1d](https://github.com/testacular/testacular/commit/1be1ae1dc7ff7314f4ac2854815cb39d31362f14))
-* **coverage:** always send a result object ([2d210aa6](https://github.com/testacular/testacular/commit/2d210aa6697991f2eba05de58a696c5210485c88), closes [#365](https://github.com/testacular/testacular/issues/365))
-* **reporter.teamcity:** report spec names and proper browser name ([c8f6f5ea](https://github.com/testacular/testacular/commit/c8f6f5ea0c5c40d37b511d51b49bd22c9da5ea86))
+* **config:** do not change urlRoot even if proxied ([1be1ae1d](https://github.com/karma-runner/karma/commit/1be1ae1dc7ff7314f4ac2854815cb39d31362f14))
+* **coverage:** always send a result object ([2d210aa6](https://github.com/karma-runner/karma/commit/2d210aa6697991f2eba05de58a696c5210485c88), closes [#365](https://github.com/karma-runner/karma/issues/365))
+* **reporter.teamcity:** report spec names and proper browser name ([c8f6f5ea](https://github.com/karma-runner/karma/commit/c8f6f5ea0c5c40d37b511d51b49bd22c9da5ea86))
## v0.6.0 (2013-02-22)
@@ -17,16 +17,16 @@
#### Bug Fixes
-* **adapter.requirejs:** do not configure baseUrl automatically ([63f3f409](https://github.com/testacular/testacular/commit/63f3f409ae85a5137396a7ed6537bedfe4437cb3), closes [#291](https://github.com/testacular/testacular/issues/291))
-* **init:** add missing browsers (Opera, IE) ([f39e5645](https://github.com/testacular/testacular/commit/f39e5645ec561c2681d907f7c1611f01911ee8fd))
-* **reporter.junit:** Add browser log output to JUnit.xml ([f108799a](https://github.com/testacular/testacular/commit/f108799a4d8fd95b8c0250ee83c23ada25d026b9), closes [#302](https://github.com/testacular/testacular/issues/302))
+* **adapter.requirejs:** do not configure baseUrl automatically ([63f3f409](https://github.com/karma-runner/karma/commit/63f3f409ae85a5137396a7ed6537bedfe4437cb3), closes [#291](https://github.com/karma-runner/karma/issues/291))
+* **init:** add missing browsers (Opera, IE) ([f39e5645](https://github.com/karma-runner/karma/commit/f39e5645ec561c2681d907f7c1611f01911ee8fd))
+* **reporter.junit:** Add browser log output to JUnit.xml ([f108799a](https://github.com/karma-runner/karma/commit/f108799a4d8fd95b8c0250ee83c23ada25d026b9), closes [#302](https://github.com/karma-runner/karma/issues/302))
#### Features
-* add Teamcity reporter ([03e700ae](https://github.com/testacular/testacular/commit/03e700ae2234ca7ddb8f9235343e3b0c80868bbd))
-* **adapter.jasmine:** remove only last failed specs anti-feature ([435bf72c](https://github.com/testacular/testacular/commit/435bf72cb12112462940c8114fbaa19f9de38531), closes [#148](https://github.com/testacular/testacular/issues/148))
-* **config:** allow empty config file when called programmatically ([f3d77424](https://github.com/testacular/testacular/commit/f3d77424009f621e1fb9d60eeec7f052ebb3c585), closes [#358](https://github.com/testacular/testacular/issues/358))
+* add Teamcity reporter ([03e700ae](https://github.com/karma-runner/karma/commit/03e700ae2234ca7ddb8f9235343e3b0c80868bbd))
+* **adapter.jasmine:** remove only last failed specs anti-feature ([435bf72c](https://github.com/karma-runner/karma/commit/435bf72cb12112462940c8114fbaa19f9de38531), closes [#148](https://github.com/karma-runner/karma/issues/148))
+* **config:** allow empty config file when called programmatically ([f3d77424](https://github.com/karma-runner/karma/commit/f3d77424009f621e1fb9d60eeec7f052ebb3c585), closes [#358](https://github.com/karma-runner/karma/issues/358))
### v0.5.10 (2013-02-14)
@@ -34,15 +34,15 @@
#### Bug Fixes
-* **init:** fix the logger configuration ([481dc3fd](https://github.com/testacular/testacular/commit/481dc3fd75f45a0efa8aabdb1c71e8234b9e8a06), closes [#340](https://github.com/testacular/testacular/issues/340))
-* **proxy:** fix crashing proxy when browser hangs connection ([1c78a01a](https://github.com/testacular/testacular/commit/1c78a01a19411accb86f0bde9e040e5088752575))
+* **init:** fix the logger configuration ([481dc3fd](https://github.com/karma-runner/karma/commit/481dc3fd75f45a0efa8aabdb1c71e8234b9e8a06), closes [#340](https://github.com/karma-runner/karma/issues/340))
+* **proxy:** fix crashing proxy when browser hangs connection ([1c78a01a](https://github.com/karma-runner/karma/commit/1c78a01a19411accb86f0bde9e040e5088752575))
#### Features
-* set urlRoot to /__testacular__/ when proxying the root ([8b4fd64d](https://github.com/testacular/testacular/commit/8b4fd64df6b7d07b5479e43dcd8cd2aa5e1efc9c))
-* **adapter.requirejs:** normalize paths before appending timestamp ([94889e7d](https://github.com/testacular/testacular/commit/94889e7d2de701c67a2612e3fc6a51bfae891d36))
-* update dependencies to the latest ([93f96278](https://github.com/testacular/testacular/commit/93f9627817f2d5d9446de9935930ca85cfa7df7f), [e34d8834](https://github.com/testacular/testacular/commit/e34d8834d69ec4e022fcd6e1be4055add96d693c))
+* set urlRoot to /__karma__/ when proxying the root ([8b4fd64d](https://github.com/karma-runner/karma/commit/8b4fd64df6b7d07b5479e43dcd8cd2aa5e1efc9c))
+* **adapter.requirejs:** normalize paths before appending timestamp ([94889e7d](https://github.com/karma-runner/karma/commit/94889e7d2de701c67a2612e3fc6a51bfae891d36))
+* update dependencies to the latest ([93f96278](https://github.com/karma-runner/karma/commit/93f9627817f2d5d9446de9935930ca85cfa7df7f), [e34d8834](https://github.com/karma-runner/karma/commit/e34d8834d69ec4e022fcd6e1be4055add96d693c))
@@ -51,16 +51,16 @@
#### Bug Fixes
-* **adapter.requirejs:** show error if no timestamp defined for a file ([59dbdbd1](https://github.com/testacular/testacular/commit/59dbdbd136baa87467b9b9a4cb6ce226ae87bbef))
-* **init:** fix logger configuration ([557922d7](https://github.com/testacular/testacular/commit/557922d71941e0929f9cdc0d3794424a1f27b311))
-* **reporter:** remove newline from base reporter browser dump ([dfae18b6](https://github.com/testacular/testacular/commit/dfae18b63b413a1e6240d00b9dc0521ac0386ec5), closes [#297](https://github.com/testacular/testacular/issues/297))
-* **reporter.dots:** only add newline to message when needed ([dbe1155c](https://github.com/testacular/testacular/commit/dbe1155cb57fc4caa792f83f45288238db0fc7e0)
+* **adapter.requirejs:** show error if no timestamp defined for a file ([59dbdbd1](https://github.com/karma-runner/karma/commit/59dbdbd136baa87467b9b9a4cb6ce226ae87bbef))
+* **init:** fix logger configuration ([557922d7](https://github.com/karma-runner/karma/commit/557922d71941e0929f9cdc0d3794424a1f27b311))
+* **reporter:** remove newline from base reporter browser dump ([dfae18b6](https://github.com/karma-runner/karma/commit/dfae18b63b413a1e6240d00b9dc0521ac0386ec5), closes [#297](https://github.com/karma-runner/karma/issues/297))
+* **reporter.dots:** only add newline to message when needed ([dbe1155c](https://github.com/karma-runner/karma/commit/dbe1155cb57fc4caa792f83f45288238db0fc7e0)
#### Features
-* add "debug" button to easily open debugging window ([da85aab9](https://github.com/testacular/testacular/commit/da85aab927edd1614e4e05b136dee834344aa3cb))
-* **config:** support running on a custom hostname ([b8c5fe85](https://github.com/testacular/testacular/commit/b8c5fe8533b13fd59cbf48972d2021069a84ae5b))
-* **reporter.junit:** add a 'skipped' tag for skipped testcases ([6286406e](https://github.com/testacular/testacular/commit/6286406e0a36a61125ea16d6f49be07030164cb0), closes [#321](https://github.com/testacular/testacular/issues/321))
+* add "debug" button to easily open debugging window ([da85aab9](https://github.com/karma-runner/karma/commit/da85aab927edd1614e4e05b136dee834344aa3cb))
+* **config:** support running on a custom hostname ([b8c5fe85](https://github.com/karma-runner/karma/commit/b8c5fe8533b13fd59cbf48972d2021069a84ae5b))
+* **reporter.junit:** add a 'skipped' tag for skipped testcases ([6286406e](https://github.com/karma-runner/karma/commit/6286406e0a36a61125ea16d6f49be07030164cb0), closes [#321](https://github.com/karma-runner/karma/issues/321))
### v0.5.8
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index e0f5cad3d..6f9c864f3 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,11 +1,11 @@
# How to contribute
-If you are thinking about making Testacular better, or you just want to hack on it, that’s great! Here
+If you are thinking about making Karma better, or you just want to hack on it, that’s great! Here
are some tips to get you started.
## Getting Started
* Make sure you have a [GitHub account](https://github.com/signup/free)
-* Consider [submiting a ticket](https://github.com/vojtajina/testacular/issues/new) for your issue,
+* Consider [submiting a ticket](https://github.com/karma-runner/karma/issues/new) for your issue,
assuming one does not already exist.
* Clearly describe the issue including steps to reproduce when it is a bug.
* Make sure you fill in the earliest version that you know has the issue.
@@ -14,11 +14,11 @@ are some tips to get you started.
* Fork the repository on GitHub
## Initial setup
-* Clone your fork. For these instructions, we assume you cloned into '~/github/testacular'.
+* Clone your fork. For these instructions, we assume you cloned into '~/github/karma'.
* Install dependencies:
```bash
- $ cd ~/github/testacular
+ $ cd ~/github/karma
# install local dependencies
$ npm install
@@ -29,7 +29,7 @@ are some tips to get you started.
* Ensure you have a stable working baseline for development.
```bash
# This will run a full build and test pass.
- $ cd ~/github/testacular
+ $ cd ~/github/karma
$ grunt
```
On an unmodified 'master' branch, this command should always complete and report success.
@@ -40,7 +40,7 @@ are some tips to get you started.
* File an issue (see above)
* Run 'grunt init-dev-env'. This will install a git commit trigger that will ensure your commit messages
- follows the [Testacular - Git Commit Msg Format Conventions]
+ follows the [Karma - Git Commit Msg Format Conventions]
(https://docs.google.com/document/d/1JCFlkQ59Bx4qN1WKS1dtKXKl5G_lED6Lxey3iPNpQOs/pub).
@@ -58,7 +58,7 @@ are some tips to get you started.
* Add tests for your changes as (or before) you make them, if at all possible.
We use coffee script for our tests.
* Commit your changes
- * Follow the [Testacular - Git Commit Msg Format Conventions]
+ * Follow the [Karma - Git Commit Msg Format Conventions]
(https://docs.google.com/document/d/1JCFlkQ59Bx4qN1WKS1dtKXKl5G_lED6Lxey3iPNpQOs/pub).
* Push your changes to your forked repository
* Send a pull request to the `master` branch.
@@ -92,8 +92,8 @@ $ grunt test:client
# Additional Resources
-* [Issue tracker](https://github.com/vojtajina/testacular/issues)
-* [Mailing List](https://groups.google.com/forum/#!forum/testacular)
+* [Issue tracker](https://github.com/karma-runner/karma/issues)
+* [Mailing List](https://groups.google.com/forum/#!forum/karma-users)
* [General GitHub documentation](http://help.github.com/)
* [GitHub pull request documentation](http://help.github.com/send-pull-requests/)
* [@TestacularJS](http://twitter.com/TestacularJS)
diff --git a/Gruntfile.coffee b/Gruntfile.coffee
index e3ece5e66..37f9176b8 100644
--- a/Gruntfile.coffee
+++ b/Gruntfile.coffee
@@ -38,8 +38,8 @@ module.exports = (grunt) ->
test:
unit: 'simplemocha:unit'
tasks: 'simplemocha:tasks'
- client: 'test/client/testacular.conf.js'
- e2e: 'test/e2e/*/testacular.conf.js'
+ client: 'test/client/karma.conf.js'
+ e2e: 'test/e2e/*/karma.conf.js'
simplemocha:
diff --git a/README.md b/README.md
index 9109b628e..77abee999 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,13 @@
-# Testacular [![Build Status](https://secure.travis-ci.org/testacular/testacular.png?branch=stable)](http://travis-ci.org/testacular/testacular) [![Build Status](https://secure.travis-ci.org/testacular/testacular.png?branch=master)](http://travis-ci.org/testacular/testacular)
+# Karma [![Build Status](https://secure.travis-ci.org/karma-runner/karma.png?branch=stable)](http://travis-ci.org/karma-runner/karma) [![Build Status](https://secure.travis-ci.org/karma-runner/karma.png?branch=master)](http://travis-ci.org/karma-runner/karma)
A simple tool that allows you to execute JavaScript code in multiple
_real_ browsers, powered by [Node.js] and [Socket.io].
-> The main purpose of Testacular is to make your TDD development easy,
+> The main purpose of Karma is to make your TDD development easy,
> fast, and fun.
-## When should I use Testacular?
+## When should I use Karma?
* You want to test code in *real* browsers.
* You want to test code in multiple browsers (desktop, mobile,
@@ -24,7 +24,7 @@ _real_ browsers, powered by [Node.js] and [Socket.io].
## But I still want to use \_insert testing library\_
-Testacular is not a testing framework, neither an assertion library,
+Karma is not a testing framework, neither an assertion library,
so for that you can use pretty much anything you like. Right now out
of the box there is support for
@@ -56,14 +56,14 @@ Every serious project has a screencast, so here is ours. Just click
If you have [Node.js] installed, it's as simple as
```bash
-$ npm install -g testacular
+$ npm install -g karma
```
This will give you the latest stable version available on npm. If you
want to live life on the edge you can do so by
```bash
-$ npm install -g testacular@canary
+$ npm install -g karma@canary
```
The curious can have a look at the [wiki] articles for
@@ -72,36 +72,36 @@ The curious can have a look at the [wiki] articles for
### Using it.
Go into your project and create a testacular configuration. That is
-just a simple JavaScript or CoffeeScript file that tells Testacular
+just a simple JavaScript or CoffeeScript file that tells Karma
where all the awesomeness of your project are.
You can find a simple example in
-[test/client/testacular.conf.js](https://github.com/testacular/testacular/blob/master/test/client/testacular.conf.js)
+[test/client/karma.conf.js](https://github.com/karma-runner/karma/blob/master/test/client/karma.conf.js)
which contains most of the options.
To create your own from scratch there is the `init` command, which
-will be named `testacular.conf.js` by default:
+will be named `karma.conf.js` by default:
```bash
-$ testacular init
+$ karma init
```
This will ask you many questions and if you answered them all correct
-you will be allowed to use Testacular.
+you will be allowed to use Karma.
For more information on the configuration options see
[Configuration File Overview].
Now that you have your configuration all that is left to do is to
-start Testacular:
+start Karma:
```bash
-$ testacular start
+$ karma start
```
If you want to run tests manually (without auto watching file changes), you can:
```bash
-$ testacular run
+$ karma run
```
-But only if you have started the Testacular server before.
+But only if you have started the Karma server before.
## Why did you create this?
@@ -124,7 +124,7 @@ use the awesome [Socket.io] library and [Node.js].
## This is so great. I want to help.
See
-[Contributing.md](https://github.com/vojtajina/testacular/blob/master/CONTRIBUTING.md)
+[Contributing.md](https://github.com/karma-runner/karma/blob/master/CONTRIBUTING.md)
or the [wiki] for more information.
@@ -166,15 +166,15 @@ or the [wiki] for more information.
[Semantic Versioning]: http://semver.org/
[here]: http://www.youtube.com/watch?v=MVw8N3hTfCI
[installers]: http://nodejs.org/download/
-[wiki]: https://github.com/testacular/testacular/wiki
-[Wiki]: https://github.com/testacular/testacular/wiki
-[Getting Started]: https://github.com/testacular/testacular/wiki/Getting-Started
-[Versioning]: https://github.com/testacular/testacular/wiki/Versioning
-[Configuration File Overview]: https://github.com/testacular/testacular/wiki/Configuration-File-Overview
-[Mailing List]: https://groups.google.com/forum/#!forum/testacular
-[Issuetracker]: https://github.com/testacular/testacular/issues
+[wiki]: https://github.com/karma-runner/karma/wiki
+[Wiki]: https://github.com/karma-runner/karma/wiki
+[Getting Started]: https://github.com/karma-runner/karma/wiki/Getting-Started
+[Versioning]: https://github.com/karma-runner/karma/wiki/Versioning
+[Configuration File Overview]: https://github.com/karma-runner/karma/wiki/Configuration-File-Overview
+[Mailing List]: https://groups.google.com/forum/#!forum/karma-users
+[Issuetracker]: https://github.com/karma-runner/karma/issues
[@TestacularJS]: http://twitter.com/TestacularJS
-[Browsers]: https://github.com/testacular/testacular/wiki/Browsers
+[Browsers]: https://github.com/karma-runner/karma/wiki/Browsers
[RequireJS]: http://requirejs.org/
[Istanbul]: https://github.com/gotwarlost/istanbul
diff --git a/Testacular.sublime-project b/Testacular.sublime-project
deleted file mode 100644
index 890a0b49e..000000000
--- a/Testacular.sublime-project
+++ /dev/null
@@ -1,42 +0,0 @@
-{
- "build_systems":
- [
- {
- "name": "Unit tests",
- "cmd": ["grunt", "simplemocha:unit", "--no-color"],
- "working_dir": "${project_path}",
- "path": "/usr/local/nvm/v0.8.4/bin"
- },
- {
- "name": "Task tests",
- "cmd": ["grunt", "simplemocha:tasks", "--no-color"],
- "working_dir": "${project_path}",
- "path": "/usr/local/nvm/v0.8.4/bin"
- },
- {
- "name": "Client tests",
- "cmd": ["grunt", "test:client", "--no-color"],
- "working_dir": "${project_path}",
- "path": "/usr/local/nvm/v0.8.4/bin"
- }
- ],
- "folders":
- [
- {
- "path": ".",
- "folder_exclude_patterns": ["node_modules"],
- "file_exclude_patterns": []
-
- }
- ],
- "settings":
- {
- "tab_size": 2,
- "open_related_patterns": [
- ["*/lib/*.js", "*/test/unit/*.spec.coffee"],
- ["*/adapter/*.src.js", "*/test/client/*.spec.js"],
- ["*/static/*.src.js", "*/test/client/*.spec.js"]
- ],
- "build_switcher_systems": ["Unit tests", "Task tests", "Client tests"]
- }
-}
diff --git a/adapter/angular-scenario.wrapper b/adapter/angular-scenario.wrapper
index f4997c85d..2a324d8fd 100644
--- a/adapter/angular-scenario.wrapper
+++ b/adapter/angular-scenario.wrapper
@@ -2,6 +2,6 @@
%CONTENT%
-window.__testacular__.start = createNgScenarioStartFn(window.__testacular__, angular.scenario.setUpAndRun);
+window.__karma__.start = createNgScenarioStartFn(window.__karma__, angular.scenario.setUpAndRun);
})(window);
diff --git a/adapter/jasmine.wrapper b/adapter/jasmine.wrapper
index dce54f665..3fd761d37 100644
--- a/adapter/jasmine.wrapper
+++ b/adapter/jasmine.wrapper
@@ -3,8 +3,8 @@
%CONTENT%
-window.__testacular__.start = createStartFn(window.__testacular__);
-window.dump = createDumpFn(window.__testacular__, function(value) {
+window.__karma__.start = createStartFn(window.__karma__);
+window.dump = createDumpFn(window.__karma__, function(value) {
return window.angular && window.angular.mock && window.angular.mock.dump(value) || value;
});
diff --git a/adapter/mocha.wrapper b/adapter/mocha.wrapper
index 31116d08c..b7fd7f335 100644
--- a/adapter/mocha.wrapper
+++ b/adapter/mocha.wrapper
@@ -3,10 +3,10 @@
%CONTENT%
-window.__testacular__.start = createMochaStartFn(window.mocha);
-window.dump = createDumpFn(window.__testacular__, function(value) {
+window.__karma__.start = createMochaStartFn(window.mocha);
+window.dump = createDumpFn(window.__karma__, function(value) {
return window.angular && window.angular.mock && window.angular.mock.dump(value) || value;
});
-window.mocha.setup({reporter: createMochaReporterConstructor(window.__testacular__), ui: 'bdd',
+window.mocha.setup({reporter: createMochaReporterConstructor(window.__karma__), ui: 'bdd',
globals: ['__cov*']});
})(window);
diff --git a/adapter/qunit.wrapper b/adapter/qunit.wrapper
index 084934c41..899b585fe 100644
--- a/adapter/qunit.wrapper
+++ b/adapter/qunit.wrapper
@@ -3,8 +3,8 @@
%CONTENT%
-window.__testacular__.start = createQUnitStartFn(window.__testacular__);
-window.dump = createDumpFn(window.__testacular__, function (value) {
+window.__karma__.start = createQUnitStartFn(window.__karma__);
+window.dump = createDumpFn(window.__karma__, function (value) {
return window.angular && window.angular.mock && window.angular.mock.dump(value) || value;
});
})(window);
diff --git a/adapter/require.wrapper b/adapter/require.wrapper
index 89999cc1f..121e29b28 100644
--- a/adapter/require.wrapper
+++ b/adapter/require.wrapper
@@ -8,4 +8,4 @@ testacular.loaded = function() {};
// patch require.js
requirejs.load = createPatchedLoad(testacular.files, requirejs.load);
-})(window.__testacular__, window.requirejs, window.require);
+})(window.__karma__, window.requirejs, window.require);
diff --git a/bin/testacular b/bin/karma
similarity index 88%
rename from bin/testacular
rename to bin/karma
index d0320df93..67ac9d6ce 100755
--- a/bin/testacular
+++ b/bin/karma
@@ -4,7 +4,7 @@ var path = require('path');
var fs = require('fs');
// Try to find a local install
-var dir = path.resolve(process.cwd(), 'node_modules', 'testacular', 'lib');
+var dir = path.resolve(process.cwd(), 'node_modules', 'karma', 'lib');
// Check if the local install exists else we use the install we are in
if (!fs.existsSync(dir)) {
diff --git a/config.template b/config.template
index d929fe847..cc618d2fc 100644
--- a/config.template
+++ b/config.template
@@ -1,4 +1,4 @@
-// Testacular configuration
+// Karma configuration
// Generated on %DATE%
diff --git a/lib/cli.js b/lib/cli.js
index 8648315c1..0a09824b7 100644
--- a/lib/cli.js
+++ b/lib/cli.js
@@ -12,7 +12,7 @@ var processArgs = function(argv, options) {
}
if (argv.version) {
- console.log('Testacular version: ' + constant.VERSION);
+ console.log('Karma version: ' + constant.VERSION);
process.exit(0);
}
@@ -51,7 +51,7 @@ var processArgs = function(argv, options) {
options.reporters = options.reporters.split(',');
}
- options.configFile = path.resolve(argv._.shift() || 'testacular.conf.js');
+ options.configFile = path.resolve(argv._.shift() || 'karma.conf.js');
return options;
};
@@ -59,7 +59,7 @@ var processArgs = function(argv, options) {
var describeShared = function() {
optimist
- .usage('Testacular - Spectacular Test Runner for JavaScript.\n\n' +
+ .usage('Karma - Spectacular Test Runner for JavaScript.\n\n' +
'Usage:\n' +
' $0 \n\n' +
'Commands:\n' +
@@ -74,7 +74,7 @@ var describeShared = function() {
var describeInit = function() {
optimist
- .usage('Testacular - Spectacular Test Runner for JavaScript.\n\n' +
+ .usage('Karma - Spectacular Test Runner for JavaScript.\n\n' +
'INIT - Initialize a config file.\n\n' +
'Usage:\n' +
' $0 init []')
@@ -88,7 +88,7 @@ var describeInit = function() {
var describeStart = function() {
optimist
- .usage('Testacular - Spectacular Test Runner for JavaScript.\n\n' +
+ .usage('Karma - Spectacular Test Runner for JavaScript.\n\n' +
'START - Start the server / do a single run.\n\n' +
'Usage:\n' +
' $0 start [] []')
@@ -112,7 +112,7 @@ var describeStart = function() {
var describeRun = function() {
optimist
- .usage('Testacular - Spectacular Test Runner for JavaScript.\n\n' +
+ .usage('Karma - Spectacular Test Runner for JavaScript.\n\n' +
'RUN - Run the tests (requires running server).\n\n' +
'Usage:\n' +
' $0 run []')
diff --git a/lib/init.js b/lib/init.js
index 27e2c63d1..bcc9e1b3d 100755
--- a/lib/init.js
+++ b/lib/init.js
@@ -82,7 +82,7 @@ var questions = [{
}, {
id: 'includedFiles',
question: 'Which files do you want to include with