Sha256: d85b83990713fb3cf548b21a884e2b076d3b2105f4796d7b8a1ba1bed46aac95
Contents?: true
Size: 284 Bytes
Versions: 6
Compression:
Stored size: 284 Bytes
Contents
module("Math"); test("Addition is hard", function() { expect(2); equal(1 + 1, 3, "This math is wrong"); equal(2 + 2, 5, "This math is also wrong"); }); test("This expects the wrong number of assertions", function() { expect(2); equal(2 - 1, 1, "Two minus one equals one"); });
Version data entries
6 entries across 6 versions & 1 rubygems