Controller.js 212 Bytes
/**
 * Sencha-specific matchers for convenient testing of Controller expectations
 */
beforeEach(function() {
    this.addMatchers({
        toHaveRendered: function(expected) {
            
        }
    });
});