Sha256: 84c31dbc55c4e4dee894b0390c0cdd464ed2fa12c5f1d22196c0a5ec929cdb6d
Contents?: true
Size: 666 Bytes
Versions: 12
Compression:
Stored size: 666 Bytes
Contents
// ========================================================================== // <%= class_name %> Framework // ========================================================================== <%= class_name %> = SC.Object.create({ // 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. // // You will use this most often when running unit tests in dev mode. // FIXTURES: [] // Add any global constants or other properties used by the entire // framework: // CONSTANT_NAME: 'some-value' }) ;
Version data entries
12 entries across 12 versions & 1 rubygems