Sha256: 77210220058b0fd88ddb8436ea91a06a2ccbf2b8e1c56f03e20db7bdaad9e499
Contents?: true
Size: 627 Bytes
Versions: 17
Compression:
Stored size: 627 Bytes
Contents
// ========================================================================== // Project: SproutCore - JavaScript Application Framework // Copyright: ©2008-2011 Apple Inc. All rights reserved. // License: Licensed under MIT license (see license.js) // ========================================================================== /*globals Forms module test ok equals same stop start */ module("Forms.FormRowView"); // TODO: Replace with real unit test for Forms.FormRowView test("test description", function() { var expected = "test"; var result = "test"; equals(result, expected, "test should equal test"); });
Version data entries
17 entries across 17 versions & 1 rubygems