Sha256: 0ef3b6225c9f5ed5b7aa3d5699b636687b0bc6c4e109ff3a9b2655dc0ff7d84c
Contents?: true
Size: 169 Bytes
Versions: 50
Compression:
Stored size: 169 Bytes
Contents
test "succeeds if the value is true" do assert true end test "raises if the assertion fails" do assert_raise(Cutest::AssertionFailed) do assert false end end
Version data entries
50 entries across 50 versions & 3 rubygems