Sha256: 7511e121571fa5987916b9a0ef2d2442ed58927be63dde33edfb38a9583e43b0
Contents?: true
Size: 729 Bytes
Versions: 21
Compression:
Stored size: 729 Bytes
Contents
// ========================================================================== // TestRunner // ========================================================================== TestRunner = SC.Object.create({ // This will create the server for your application. Add any namespaces // your model objects are defined in to the prefix array. server: SC.Server.create({ prefix: ['TestRunner'] }), // When you are in development mode, this array will be populated with // any fixtures you create for testing and loaded automatically in your // main method. When in production, this will be an empty array. FIXTURES: [], // Any keys in this array will be instantiated automatically from main. controllers: [] }) ;
Version data entries
21 entries across 21 versions & 1 rubygems