Sha256: 2ac7dd415bfe50e95ebf9d44b15f310c53c06048ff77e8b7230c57fbe308d8f4

Contents?: true

Size: 269 Bytes

Versions: 6

Compression:

Stored size: 269 Bytes

Contents

# frozen_string_literal: true

module ConvenientService
  module RSpec
    module Helpers
      module IgnoringException
        def ignoring_exception(...)
          RSpec::PrimitiveHelpers::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/helpers/ignoring_exception.rb
convenient_service-0.19.0 lib/convenient_service/rspec/helpers/ignoring_exception.rb
convenient_service-0.18.0 lib/convenient_service/rspec/helpers/ignoring_exception.rb
convenient_service-0.17.0 lib/convenient_service/rspec/helpers/ignoring_exception.rb
convenient_service-0.16.0 lib/convenient_service/rspec/helpers/ignoring_exception.rb
convenient_service-0.15.0 lib/convenient_service/rspec/helpers/ignoring_exception.rb