remove basic smoke test for truth
This commit is contained in:
parent
125f7567ea
commit
006a56f496
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user