Sha256: cc93494e9b932e489a37ef928d293afc3216b3e65ebe00053cb5ac723e3fa5f9
Contents?: true
Size: 509 Bytes
Versions: 7
Compression:
Stored size: 509 Bytes
Contents
// ========================================================================== // Project: Redbull.File Unit Test // Copyright: ©2009 My Company, Inc. // ========================================================================== /*globals Redbull module test ok equals same stop start */ module("Redbull.File"); // TODO: Replace with real unit test for File 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