Exception: SpecExpectationNotFoundError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/mspec/expectations/expectations.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



3
4
5
# File 'lib/mspec/expectations/expectations.rb', line 3

def message
  "No behavior expectation was found in the example"
end