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