Module: ConvenientService::RSpec::Helpers::IgnoringException
- Included in:
- ConvenientService::RSpec::Helpers
- Defined in:
- lib/convenient_service/rspec/helpers/ignoring_exception.rb
Instance Method Summary collapse
Instance Method Details
#ignoring_exception ⇒ Object
12 13 14 |
# File 'lib/convenient_service/rspec/helpers/ignoring_exception.rb', line 12 def ignoring_exception(...) RSpec::PrimitiveHelpers::Classes::IgnoringException.call(...) end |