Sha256: 90618827ed3e2aad39d5cb410df9619f6b12033215fcbacefda5f5ed68694d5f

Contents?: true

Size: 510 Bytes

Versions: 23

Compression:

Stored size: 510 Bytes

Contents

// ==========================================================================
// Project:   CoreTools.Test Unit Test
// Copyright: ©2009 Apple Inc.
// ==========================================================================
/*globals TestRunner module test ok equals same stop start */

module("CoreTools.Test");

// TODO: Replace with real unit test for Test
test("test description", function() {
  var expected = "test";
  var result   = "test";
  equals(result, expected, "test should equal test");
});

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
sproutcore-1.0.1009 frameworks/sproutcore/apps/tests/tests/models/test.js
sproutcore-1.0.1008 frameworks/sproutcore/apps/tests/tests/models/test.js
sproutcore-1.0.1003 frameworks/sproutcore/apps/tests/tests/models/test.js