Repository: cordova-plugin-test-framework Updated Branches: refs/heads/master 75d7bcede -> a068ec42a
Added the boot.js script load. Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-test-framework/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-test-framework/commit/a068ec42 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-test-framework/tree/a068ec42 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-test-framework/diff/a068ec42 Branch: refs/heads/master Commit: a068ec42a638ce530122ca0e2e9f4b1919adb16a Parents: 75d7bce Author: Max Woghiren <[email protected]> Authored: Thu Aug 14 18:15:42 2014 -0400 Committer: Max Woghiren <[email protected]> Committed: Thu Aug 14 18:15:42 2014 -0400 ---------------------------------------------------------------------- www/assets/index.html | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-test-framework/blob/a068ec42/www/assets/index.html ---------------------------------------------------------------------- diff --git a/www/assets/index.html b/www/assets/index.html index a2aed0c..885f51b 100644 --- a/www/assets/index.html +++ b/www/assets/index.html @@ -12,6 +12,7 @@ <script type="text/javascript" src="jasmine-2.0.0/jasmine.js"></script> <script type="text/javascript" src="jasmine-2.0.0/jasmine-html.js"></script> + <script type="text/javascript" src="jasmine-2.0.0/boot.js"></script> <script type="text/javascript" src="jasmine-medic.js"></script> <script type="text/javascript" src="../cordova.js"></script>
