X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..3789b528d8dd8aad4558e38e22d775bcab1cbd36:/jsbuilder/src/generators/app/files/lib/sencha-jasmine/matchers/Controller.js diff --git a/jsbuilder/src/generators/app/files/lib/sencha-jasmine/matchers/Controller.js b/jsbuilder/src/generators/app/files/lib/sencha-jasmine/matchers/Controller.js new file mode 100644 index 00000000..f26044b1 --- /dev/null +++ b/jsbuilder/src/generators/app/files/lib/sencha-jasmine/matchers/Controller.js @@ -0,0 +1,10 @@ +/** + * Sencha-specific matchers for convenient testing of Controller expectations + */ +beforeEach(function() { + this.addMatchers({ + toHaveRendered: function(expected) { + + } + }); +}); \ No newline at end of file