Sha256: d7e647d82a70142b8df7a484e174ce70038ccfa2ebb6e2e3750c6593c3fac5fd

Contents?: true

Size: 253 Bytes

Versions: 6

Compression:

Stored size: 253 Bytes

Contents

# frozen_string_literal: true

module ConvenientService
  module RSpec
    module PrimitiveHelpers
      module IgnoringException
        def ignoring_exception(...)
          Classes::IgnoringException.call(...)
        end
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
convenient_service-0.19.1 lib/convenient_service/rspec/primitive_helpers/ignoring_exception.rb
convenient_service-0.19.0 lib/convenient_service/rspec/primitive_helpers/ignoring_exception.rb
convenient_service-0.18.0 lib/convenient_service/rspec/primitive_helpers/ignoring_exception.rb
convenient_service-0.17.0 lib/convenient_service/rspec/primitive_helpers/ignoring_exception.rb
convenient_service-0.16.0 lib/convenient_service/rspec/primitive_helpers/ignoring_exception.rb
convenient_service-0.15.0 lib/convenient_service/rspec/primitive_helpers/ignoring_exception.rb