class SpecExpectationNotFoundError

Public Instance Methods

message() click to toggle source
# File lib/mspec/expectations/expectations.rb, line 3
def message
  "No behavior expectation was found in the example"
end