You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2017/01/12 01:14:24 UTC

[3/3] cordova-cli git commit: CB-12018 : removed line 135 , test 011 still functions and runs without it

CB-12018 : removed line 135 , test 011 still functions and runs without it

 This closes #265


Project: http://git-wip-us.apache.org/repos/asf/cordova-cli/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-cli/commit/d4d3389a
Tree: http://git-wip-us.apache.org/repos/asf/cordova-cli/tree/d4d3389a
Diff: http://git-wip-us.apache.org/repos/asf/cordova-cli/diff/d4d3389a

Branch: refs/heads/master
Commit: d4d3389a7ab33a2c7a97ebe894b964db36037a15
Parents: caa8306
Author: audreyso <au...@adobe.com>
Authored: Wed Jan 11 14:58:14 2017 -0800
Committer: Steve Gill <st...@gmail.com>
Committed: Wed Jan 11 17:13:50 2017 -0800

----------------------------------------------------------------------
 spec/cli.spec.js | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/d4d3389a/spec/cli.spec.js
----------------------------------------------------------------------
diff --git a/spec/cli.spec.js b/spec/cli.spec.js
index 6a6d2a4..81586ea 100644
--- a/spec/cli.spec.js
+++ b/spec/cli.spec.js
@@ -68,7 +68,7 @@ describe("cordova cli", function () {
             it("Test#002 : will spit out the version with --version", function (done) {  
               cli(["node", "cordova", "--version"], function () {
                 expect(logger.results.calls.mostRecent().args[0]).toMatch(version);
-                done()
+                done();
               }, 60000);
             });
 
@@ -132,7 +132,6 @@ describe("cordova cli", function () {
     describe("create", function () {
         beforeEach(function () {
             spyOn(cordova.raw, "create").and.returnValue(Q());
-            spyOn(cordova_lib, "CordovaError");
         });
 
         it("Test#011 : calls cordova raw create", function (done) {


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org