meta & signal tests prepare

This commit is contained in:
Dima Granetchi
2014-11-13 18:54:49 +02:00
parent c7ba13c275
commit 8906e8f324
3 changed files with 26 additions and 1 deletions
+19
View File
@@ -0,0 +1,19 @@
package ;
import buddy.BuddySuite;
class MetaTest extends BuddySuite {
public function new() {
describe("bindx should inherit @bindable meta", {
before({
});
it("bindx inherit metadata bindable for public fields");
it("bindx inherit metadata params");
});
}
}