remove basic smoke test for truth

This commit is contained in:
Simon Tokumine 2012-07-09 15:59:02 +02:00
parent 125f7567ea
commit 006a56f496

View File

@ -23,8 +23,6 @@ function VarnishEmu(on_cmd_recieved) {
server.listen(1337, "127.0.0.1");
}
tests['working'] = function() { assert.ok(true); };
tests['should call purge on varnish when invalidate database'] = function() {
var varnish = new VarnishEmu(function(cmds) {
assert.ok(cmds.length == 1);