Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
chore(testacular): use local testacular version
Browse files Browse the repository at this point in the history
Making testacular a dependency to avoid having to install it globally.
(Causes npm issues on some machines)
  • Loading branch information
sudhirj authored and IgorMinar committed Oct 31, 2012
1 parent b3cae4f commit b429f53
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ end


def start_testacular(config, singleRun, browsers, misc_options)
sh "testacular start " +
sh "./node_modules/testacular/bin/testacular start " +
"#{config} " +
"#{'--single-run=true' if singleRun} " +
"#{'--browsers=' + browsers.gsub('+', ',') if browsers} " +
Expand Down
6 changes: 0 additions & 6 deletions docs/content/misc/contribute.ngdoc
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,6 @@ pre-packaged bundle.
* `npm install`


* Lastly, you'll also need Testacular our spectacular test runner that we use for running unit and end-to-end tests.

* `sudo npm install -g testacular`



## Creating a Github Account and Forking Angular

To create a Github account, follow the instructions {@link https://github.com/signup/free here}.
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "AngularJS",
"version": "0.0.0",
"dependencies" : {
"testacular" : "canary",
"jasmine-node" : "*",
"q-fs" : "*",
"qq" : "*"
Expand Down

0 comments on commit b429f53

Please sign in to comment.