Blame view

js/test/unit/SpecOptions.js 259 Bytes
16035364   Benjamin Renard   First commit
1
2
3
4
5
6
7
8
9
/**
 * This file is included by your test/unit/index.html file and is used to apply settings before 
 * the tests are run.
 */

Ext.ns('fixtures');

//Stops the Application from being booted up automatically
Ext.Application.prototype.bindReady = Ext.emptyFn;