Browse Source

remove stray files referenced in test examples config

Benoît Hubert 8 years ago
parent
commit
bcc0ce8fd9

+ 2 - 2
test/integration/test-examples/example-repo2/repo2-example1/config.json

@@ -1,8 +1,8 @@
 {
   "title": "Random Example",
   "category": "random-stuff",
-  "html": [ "example.html", "poupou.html" ],
-  "js": [ "script.js", "pouet.js" ],
+  "html": [ "example.html" ],
+  "js": [ "script.js" ],
   "css": [],
   "libsJs": [],
   "libsCss": [ "styles.css" ]