Exception: SpecExpectationNotFoundError

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

Instance Method Summary collapse

Instance Method Details

#messageObject



5
6
7
# File 'lib/extensions/mspec/mspec/expectations/expectations.rb', line 5

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