You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by br...@apache.org on 2018/12/04 13:59:00 UTC

[cordova-cli] branch master updated: Fix spec label for build tests (#364)

This is an automated email from the ASF dual-hosted git repository.

brodybits pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-cli.git


The following commit(s) were added to refs/heads/master by this push:
     new 8a112b0  Fix spec label for build tests (#364)
8a112b0 is described below

commit 8a112b0b44a44958c9d646f73c5c09ded105654d
Author: Chris Brody <ch...@gmail.com>
AuthorDate: Tue Dec 4 08:58:56 2018 -0500

    Fix spec label for build tests (#364)
---
 spec/cli.spec.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/spec/cli.spec.js b/spec/cli.spec.js
index 172dd17..f62f526 100644
--- a/spec/cli.spec.js
+++ b/spec/cli.spec.js
@@ -72,7 +72,7 @@ describe('cordova cli', () => {
         });
     });
 
-    describe('Test#004 : project commands other than plugin and platform', () => {
+    describe('build', () => {
         beforeEach(() => {
             spyOn(cordova, 'build').and.returnValue(Promise.resolve());
         });


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