# 'cheat assertions' for the rest assert_no_match(regexp, string, message="") Passes if regexp !~ string Example: assert_no_match(/two/, 'one 2 three')
cheat sheets.
$ cheat assert_no_match$ cheat assert_no_match# 'cheat assertions' for the rest assert_no_match(regexp, string, message="") Passes if regexp !~ string Example: assert_no_match(/two/, 'one 2 three')