Navigation Menu

Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

Commit

Permalink
[spec] FIXED IT
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Willoughby committed May 30, 2013
1 parent 6d95b33 commit 6cf71f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spec/config.xml
@@ -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>

Expand Down
2 changes: 1 addition & 1 deletion spec/index.html
Expand Up @@ -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);
Expand Down

0 comments on commit 6cf71f0

Please sign in to comment.