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