avoid assert_nothing_raised in unit tests
commit5acf5522295c947d3118926d1a1077007f615de9
authorEric Wong <normalperson@yhbt.net>
Mon, 6 Aug 2012 20:34:34 +0000 (6 13:34 -0700)
committerEric Wong <normalperson@yhbt.net>
Mon, 6 Aug 2012 20:35:19 +0000 (6 20:35 +0000)
tree868e84cefec51eb92b5c08755e99821d23c94cad
parent7b107d66e84ad2e958d5574cb00770265dd117c2
avoid assert_nothing_raised in unit tests

It's better to show errors and backtraces when stuff
breaks
test/exec/test_exec.rb
test/unit/test_util.rb