Sha256: 8ccc474c20ad2fb82353c8c43e959d024b1f5fac273bbcb13bb99d430de0bdeb

Contents?: true

Size: 243 Bytes

Versions: 2

Compression:

Stored size: 243 Bytes

Contents

# frozen_string_literal: true

module ConvenientService
  module RSpec
    module Helpers
      module IgnoringException
        def ignoring_exception(...)
          Custom::IgnoringException.call(...)
        end
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
convenient_service-0.14.0 lib/convenient_service/rspec/helpers/ignoring_exception.rb
convenient_service-0.13.0 lib/convenient_service/rspec/helpers/ignoring_exception.rb