Sha256: 62de4b68859e60af928b1eba7c3cbb8962c759cdf8f56f82faac549df1d79154
Contents?: true
Size: 530 Bytes
Versions: 7
Compression:
Stored size: 530 Bytes
Contents
// ========================================================================== // Project: Forms.FormRowView Unit Test // Copyright: ©2009 My Company, Inc. // ========================================================================== /*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
7 entries across 7 versions & 2 rubygems