X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..3789b528d8dd8aad4558e38e22d775bcab1cbd36:/jsbuilder/src/generators/app/files/test/unit/SpecOptions.js diff --git a/jsbuilder/src/generators/app/files/test/unit/SpecOptions.js b/jsbuilder/src/generators/app/files/test/unit/SpecOptions.js new file mode 100644 index 00000000..acf0c053 --- /dev/null +++ b/jsbuilder/src/generators/app/files/test/unit/SpecOptions.js @@ -0,0 +1,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;