Method: BaconExpect::Matcher::Satisfy#fail!
- Defined in:
- lib/bacon-expect/matchers/satisfy.rb
#fail!(subject, negated) ⇒ Object
11 12 13 |
# File 'lib/bacon-expect/matchers/satisfy.rb', line 11 def fail!(subject, negated) raise FailedExpectation.new(FailMessageRenderer.(negated)) end |