method
expectation_not_met?
expectation_not_met?()
public
Hide source
# File lib/spec/runner/reporter.rb, line 157 def expectation_not_met? @exception.is_a?(Spec::Expectations::ExpectationNotMetError) end