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