Exception: RSpec::Expectations::ExpectationNotMetError
- Defined in:
- lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/rspec-expectations-3.12.2/lib/rspec/expectations.rb
Overview
Note:
We subclass Exception so that in a stub implementation if
Exception raised when an expectation fails.
the user sets an expectation, it can’t be caught in their code by a bare ‘rescue`.