method

fail_with_message

rspec latest stable - Class: Spec::Matchers::OperatorMatcher
fail_with_message(message)
public

No documentation available.

# File lib/spec/matchers/operator_matcher.rb, line 43
      def fail_with_message(message)
        Spec::Expectations.fail_with(message, @expected, @actual)
      end