Upgrade to ExtJS 4.0.1 - Released 05/18/2011
[extjs.git] / 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 (file)
index 0000000..acf0c05
--- /dev/null
@@ -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;