Sha256: 65f1c34bcbcb329ad4a68ffe62625f4bf6b22d5177c26d093bc55db6723d66ba
Contents?: true
Size: 1003 Bytes
Versions: 2
Compression:
Stored size: 1003 Bytes
Contents
// ========================================================================== // Project: TestRunner.Test Fixtures // Copyright: ©2009 My Company, Inc. // ========================================================================== /*globals TestRunner */ TestRunner.FIXTURES = TestRunner.FIXTURES.concat([ // TODO: Add your data fixtures here. // All fixture records must have a unique guid and a type matching the // name of your contact. See the example below. // { guid: 1, // type: 'Contact', // firstName: "Michael", // lastName: "Scott" // }, // // { guid: 2, // type: 'Contact', // firstName: "Dwight", // lastName: "Schrute" // }, // // { guid: 3, // type: 'Contact', // firstName: "Jim", // lastName: "Halpert" // }, // // { guid: 4, // type: 'Contact', // firstName: "Pam", // lastName: "Beesly" // }, // // { guid: 5, // type: 'Contact', // firstName: "Ryan", // lastName: "Howard" // } ]);
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
sproutit-sproutcore-1.0.0.20090408130025 | frameworks/sproutcore/apps/tests/fixtures/test.js |
sproutit-sproutcore-1.0.0.20090416161445 | frameworks/sproutcore/apps/tests/fixtures/test.js |