Blame view

js/lib/sencha-jasmine/matchers/Controller.js 212 Bytes
16035364   Benjamin Renard   First commit
1
2
3
4
5
6
7
8
9
10
/**
 * Sencha-specific matchers for convenient testing of Controller expectations
 */
beforeEach(function() {
    this.addMatchers({
        toHaveRendered: function(expected) {
            
        }
    });
});