derby-casperjs
Advanced tools
Comparing version 1.0.7 to 1.0.8
@@ -49,3 +49,3 @@ // Generated by CoffeeScript 1.9.2 | ||
wait: function(cb) { | ||
return model.set('service.__ping', __operation, cb); | ||
return model.set("service.__ping_" + __operation, true, cb); | ||
}, | ||
@@ -52,0 +52,0 @@ waitFor: function(path, cb, onTimeout, timeout) { |
{ | ||
"name": "derby-casperjs", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"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
15349