Sha256: bd640ca8fba537793e79949810070ca15e271bdd5caab061531d908659392cd7
Contents?: true
Size: 194 Bytes
Versions: 15
Compression:
Stored size: 194 Bytes
Contents
module("Basics"); test("This has one failure", function() { bogusFunction(); // undefined error }); test("This has no failures", function() { expect(1); equal(APP.one(), 1, "It is 1"); });
Version data entries
15 entries across 15 versions & 1 rubygems