This commit is contained in:
Dima Granetchi
2014-11-21 22:48:41 +02:00
parent fd24fe0ef0
commit 2540cc700f
2 changed files with 4 additions and 1 deletions
+4
View File
@@ -162,6 +162,10 @@ class ChainBindTest extends BuddySuite {
b.c = b2;
callNum.should.be(2);
Bind.notify(b.c.nc.nc.d, val, val = "f");
callNum.should.be(2);
});
it("BindExt.chain should bind default fields", {