test properties

This commit is contained in:
Dima Granetchi
2014-11-13 21:54:06 +02:00
parent 1a9dc7f40d
commit af82b9965e
2 changed files with 239 additions and 8 deletions
-2
View File
@@ -252,8 +252,6 @@ class BaseTest extends BuddySuite {
callNum.should.be(0);
});
it("bindx should unbind all method listeners");
it("bindx should unbind all bindings (signal exists) (lazySignal=true/false)", {
bind(b.str, function (_, _) callNum++); // create binding signal
bind(b.str2, function (_, _) callNum++);