Sha256: 7d1080e45a79b7c93257971c83bc5107b409940d64acabd728458a28d8c73869
Contents?: true
Size: 671 Bytes
Versions: 9
Compression:
Stored size: 671 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
9 entries across 9 versions & 1 rubygems