derby-casperjs
Advanced tools
Comparing version 1.0.14 to 1.0.15
@@ -69,3 +69,5 @@ // Generated by CoffeeScript 1.10.0 | ||
wait: function(cb) { | ||
return model.set("service.__ping_" + (uuid.v1()), true, cb); | ||
return model.add('service', { | ||
id: "__ping_" + (uuid.v1()) | ||
}, cb); | ||
}, | ||
@@ -72,0 +74,0 @@ waitFor: function(path, cb, onTimeout, timeout) { |
{ | ||
"name": "derby-casperjs", | ||
"version": "1.0.14", | ||
"version": "1.0.15", | ||
"description": "Helpers and tweaks for Casper.js to test Derby.js apps", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
17979
274