Repository: cordova-lib Updated Branches: refs/heads/master 86f097f2b -> 306d4e5d8
CB-7042 serve.spec: enable basic serve test Project: http://git-wip-us.apache.org/repos/asf/cordova-lib/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-lib/commit/e24bfb64 Tree: http://git-wip-us.apache.org/repos/asf/cordova-lib/tree/e24bfb64 Diff: http://git-wip-us.apache.org/repos/asf/cordova-lib/diff/e24bfb64 Branch: refs/heads/master Commit: e24bfb646fcfdccf6e8de632dafd1bcb05be9bf5 Parents: 86f097f Author: Josh Soref <[email protected]> Authored: Fri Jun 27 15:29:46 2014 -0400 Committer: Josh Soref <[email protected]> Committed: Fri Jun 27 15:29:46 2014 -0400 ---------------------------------------------------------------------- cordova-lib/spec-cordova/serve.spec.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/e24bfb64/cordova-lib/spec-cordova/serve.spec.js ---------------------------------------------------------------------- diff --git a/cordova-lib/spec-cordova/serve.spec.js b/cordova-lib/spec-cordova/serve.spec.js index 600c366..2ec1836 100644 --- a/cordova-lib/spec-cordova/serve.spec.js +++ b/cordova-lib/spec-cordova/serve.spec.js @@ -31,7 +31,7 @@ var cordova = require('../src/cordova/cordova'), var cwd = process.cwd(); -xdescribe('serve command', function() { +describe('serve command', function() { beforeEach(function() { // Make a temp directory shell.rm('-rf', tempDir); @@ -49,8 +49,7 @@ xdescribe('serve command', function() { }).toThrow(); }); - - describe('`serve`', function() { + xdescribe('`serve`', function() { var payloads = { android: 'This is the Android test file.', ios: 'This is the iOS test file.'
