Sha256: db021aa22bbb0ff191bffc8d9aedb0194e41b3f627f8c89ed66fabce5e258692
Contents?: true
Size: 539 Bytes
Versions: 7
Compression:
Stored size: 539 Bytes
Contents
// ========================================================================== // Project: Forms.FormRadioField Unit Test // Copyright: ©2009 My Company, Inc. // ========================================================================== /*globals Forms module test ok equals same stop start */ module("Forms.FormRadioField"); // TODO: Replace with real unit test for Forms.FormRadioField test("test description", function() { var expected = "test"; var result = "test"; equals(result, expected, "test should equal test"); });
Version data entries
7 entries across 7 versions & 2 rubygems