method
fail_with_message

1.1.4 -
Show latest stable
-
0 notes -
Class: Spec::Matchers::BaseOperatorMatcher
- 1.1.4 (0)
- 1.1.12
- 1.2.0
- 1.2.8
- 1.3.0
- 1.3.1
- What's this?
fail_with_message(message)
public
Hide source
# File lib/spec/matchers/operator_matcher.rb, line 45 def fail_with_message(message) Spec::Expectations.fail_with(message, @expected, @target) end