method

failure_message_for_should_not

rspec latest stable - Class: Spec::Matchers::BePredicate
failure_message_for_should_not()
public

No documentation available.

# File lib/spec/matchers/be.rb, line 147
      def failure_message_for_should_not
        "expected #{predicate}#{args_to_s} to return false, got #{@result.inspect}"
      end