method
fail_with
1.1.12 -
Show latest stable
- Class:
Spec::Matchers
fail_with(message)public
No documentation available.
# File spec/spec_helper.rb, line 29
def fail_with(message)
raise_error(Spec::Expectations::ExpectationNotMetError, message)
end