method

assert_no_match

assert_no_match(regexp, string, msg=nil)
public

Tests if the given Regexp does not match a given String.

An optional failure message may be provided as the final argument.