Fix test preparation

This commit is contained in:
Andrew Stewart 2014-07-03 11:54:18 -07:00
parent ca2bf7e5a9
commit 070c4a4fb9
1 changed files with 0 additions and 1 deletions

View File

@ -73,7 +73,6 @@ describe("Adaptor", function() {
var hello;
before(function() {
adaptor = new Adaptor
adaptor.commands = ["hello"];
hello = adaptor.hello = spy();
});