[spec] FIXED IT

This commit is contained in:
Ryan Willoughby
2013-05-10 14:04:27 -07:00
parent f94c6129ae
commit cc0f7d82a1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<widget xmlns = "http://www.w3.org/ns/widgets"
xmlns:gap = "http://phonegap.com/ns/1.0"
id = "com.phonegap.hydratest"
id = "org.apache.cordova.example"
version = "2.0.0">
<name>cordovaExample</name>
+1 -1
View File
@@ -58,7 +58,7 @@
var htmlReporter = new jasmine.HtmlReporter();
jasmineEnv.addReporter(htmlReporter);jasmineEnv.addReporter(jr);
jasmineEnv.addReporter(htmlReporter);
jasmineEnv.specFilter = function(spec) {
return htmlReporter.specFilter(spec);