Method: BaconExpect::Matcher::Satisfy#fail!

Defined in:
lib/bacon-expect/matchers/satisfy.rb

#fail!(subject, negated) ⇒ Object

Raises:



11
12
13
# File 'lib/bacon-expect/matchers/satisfy.rb', line 11

def fail!(subject, negated)
  raise FailedExpectation.new(FailMessageRenderer.message_for_satisfy(negated))
end