Fix test preparation
This commit is contained in:
parent
ca2bf7e5a9
commit
070c4a4fb9
|
@ -73,7 +73,6 @@ describe("Adaptor", function() {
|
|||
var hello;
|
||||
|
||||
before(function() {
|
||||
adaptor = new Adaptor
|
||||
adaptor.commands = ["hello"];
|
||||
hello = adaptor.hello = spy();
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue