Fix tests

This commit is contained in:
Gaël Métais
2014-11-28 17:22:32 +01:00
parent 1f83fe1b48
commit 2a316ebb1e
10 changed files with 117 additions and 94 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ var url = process.argv[2];
then(function(data) {
console.log('Success');
console.log(JSON.stringify(data.rules, null, 2));
console.log(JSON.stringify(data, null, 2));
}).fail(function(err) {