Sha256: 7aa0d392bafbfa2dfbbc33163ff0e6aa5bef6fff1729f63477ca34cc050ab899

Contents?: true

Size: 1005 Bytes

Versions: 2

Compression:

Stored size: 1005 Bytes

Contents

// ==========================================================================
// Project:   TestRunner.Target 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/target.js
sproutit-sproutcore-1.0.0.20090416161445 frameworks/sproutcore/apps/tests/fixtures/target.js