Sha256: 12db64b429479484147e61fb1b9f7f5ccbf9014be1a65d161c9a9c06a0ecd107
Contents?: true
Size: 510 Bytes
Versions: 18
Compression:
Stored size: 510 Bytes
Contents
// ========================================================================== // Project: CoreTools.Test Unit Test // Copyright: ©2010 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
18 entries across 18 versions & 2 rubygems