Sha256: 046003aeedbaa3e4c04f3748f10702806e6a32b5c993e70591f1e28a36bbc5f1
Contents?: true
Size: 639 Bytes
Versions: 17
Compression:
Stored size: 639 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.FormCheckboxField"); // TODO: Replace with real unit test for Forms.FormCheckboxField 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