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