more tests

This commit is contained in:
Dima Granetchi
2014-11-13 14:26:53 +02:00
parent f2b9057cd5
commit 60cbdf0e6a
3 changed files with 73 additions and 19 deletions
+18
View File
@@ -0,0 +1,18 @@
package ;
import bindx.Bind;
import bindx.Bind.bind in bind;
import buddy.*;
using buddy.Should;
class SignalTest extends BuddySuite {
public function new() {
super();
describe("BindSignal functionality tests", {
it("signals should dispatch data");
});
}
}