You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2016/03/04 01:35:53 UTC

[15/50] cordova-paramedic git commit: test for something

test for something


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

Branch: refs/heads/master
Commit: 2312e53c3d82b54ff86630b39bd498db46c13a80
Parents: 84d2bf6
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Fri Mar 13 17:59:30 2015 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Fri Mar 13 17:59:30 2015 -0700

----------------------------------------------------------------------
 spec/testable-plugin/tests/tests.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-paramedic/blob/2312e53c/spec/testable-plugin/tests/tests.js
----------------------------------------------------------------------
diff --git a/spec/testable-plugin/tests/tests.js b/spec/testable-plugin/tests/tests.js
index 0897b2c..f9a2ee7 100644
--- a/spec/testable-plugin/tests/tests.js
+++ b/spec/testable-plugin/tests/tests.js
@@ -23,7 +23,7 @@ exports.defineAutoTests = function() {
   describe('Testable', function () {
 
     it("should pass a test", function() {
-      expect(true);
+      expect(window).toBeDefined();
     });
 
     it("should exist", function() {


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