Sha256: 7df908f5471f0ccda746b82cf36ef4d43da4efe535c3f50c1b1c82af0750507b
Contents?: true
Size: 536 Bytes
Versions: 7
Compression:
Stored size: 536 Bytes
Contents
// ========================================================================== // Project: Greenhouse.ViewConfig Unit Test // Copyright: ©2010 My Company, Inc. // ========================================================================== /*globals Greenhouse module test ok equals same stop start */ module("Greenhouse.ViewConfig"); // TODO: Replace with real unit test for ViewConfig 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 & 1 rubygems