Skip to content

Commit b429f53

Browse files
sudhirjIgorMinar
authored andcommitted
chore(testacular): use local testacular version
Making testacular a dependency to avoid having to install it globally. (Causes npm issues on some machines)
1 parent b3cae4f commit b429f53

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

Rakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ end
329329

330330

331331
def start_testacular(config, singleRun, browsers, misc_options)
332-
sh "testacular start " +
332+
sh "./node_modules/testacular/bin/testacular start " +
333333
"#{config} " +
334334
"#{'--single-run=true' if singleRun} " +
335335
"#{'--browsers=' + browsers.gsub('+', ',') if browsers} " +

docs/content/misc/contribute.ngdoc

-6
Original file line numberDiff line numberDiff line change
@@ -99,12 +99,6 @@ pre-packaged bundle.
9999
* `npm install`
100100

101101

102-
* Lastly, you'll also need Testacular our spectacular test runner that we use for running unit and end-to-end tests.
103-
104-
* `sudo npm install -g testacular`
105-
106-
107-
108102
## Creating a Github Account and Forking Angular
109103

110104
To create a Github account, follow the instructions {@link https://github.com/signup/free here}.

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "AngularJS",
33
"version": "0.0.0",
44
"dependencies" : {
5+
"testacular" : "canary",
56
"jasmine-node" : "*",
67
"q-fs" : "*",
78
"qq" : "*"

0 commit comments

Comments
 (0)