# 'cheat assertions' for the rest assert_nothing_thrown(message="", &proc) Passes if block does not throw anything. Example: assert_nothing_thrown do [1, 2].uniq end
cheat sheets.
$ cheat assert_nothing_thrown$ cheat assert_nothing_thrown# 'cheat assertions' for the rest assert_nothing_thrown(message="", &proc) Passes if block does not throw anything. Example: assert_nothing_thrown do [1, 2].uniq end