Sha256: 1d02372f08727cd78a9f353cc010690fd0b5d4bc8f85f4895b53acdb183bbca1
Contents?: true
Size: 550 Bytes
Versions: 18
Compression:
Stored size: 550 Bytes
Contents
// ========================================================================== // Project: Welcome.targetsController Unit Test // Copyright: ©2010 Apple Inc. // ========================================================================== /*globals Welcome module test ok equals same stop start */ module("Welcome.targetsController"); // TODO: Replace with real unit test for Welcome.targetsController test("test description", function() { var expected = "test"; var result = "test"; equals(result, expected, "test should equal test"); });
Version data entries
18 entries across 18 versions & 2 rubygems