stuck on about_methods.rb on the EdgeCase Ruby Koans
Try removing the quotes from the regex:
assert_match(/0 for 2/, exception.message)
exception = assert_raise(___) do
You're supposed to substitute the underscores with the error you expect to be raised. The error is an object - what kind of object? And what zetetic said, the regex is incorrect.