Method: Spec::Matchers::OperatorMatcher#fail_with_message

Defined in:
lib/gems/rspec-1.1.12/lib/spec/matchers/operator_matcher.rb

#fail_with_message(message) ⇒ Object



39
40
41
# File 'lib/gems/rspec-1.1.12/lib/spec/matchers/operator_matcher.rb', line 39

def fail_with_message(message)
  Spec::Expectations.fail_with(message, @expected, @actual)
end