Sha256: acf6afae78424cdc5971c22eb094556e038c84a7cf74a8ad3c4df986224f01e0
Contents?: true
Size: 253 Bytes
Versions: 155
Compression:
Stored size: 253 Bytes
Contents
require 'test_helper' require 'tins/xt/p' module Tins class PTest < Test::Unit::TestCase def test_p_bang assert_raise(RuntimeError) { p! "foo" } end def test_pp_bang assert_raise(RuntimeError) { pp! "foo" } end end end
Version data entries
155 entries across 137 versions & 9 rubygems