Upgrade to ExtJS 4.0.1 - Released 05/18/2011
[extjs.git] / jsbuilder / src / generators / app / files / lib / sencha-jasmine / matchers / Controller.js
1 /**
2  * Sencha-specific matchers for convenient testing of Controller expectations
3  */
4 beforeEach(function() {
5     this.addMatchers({
6         toHaveRendered: function(expected) {
7             
8         }
9     });
10 });