Sha256: 0f9ecd5f450c8608cead1f0dcf32484ad8f8f975475b195b75aeb513861dd57f
Contents?: true
Size: 520 Bytes
Versions: 12
Compression:
Stored size: 520 Bytes
Contents
# typed: true require_relative '../../../tracing/contrib/patcher' require_relative 'example' module Datadog module CI module Contrib module RSpec # Patcher enables patching of 'rspec' module. module Patcher include Datadog::Tracing::Contrib::Patcher module_function def target_version Integration.version end def patch ::RSpec::Core::Example.include(Example) end end end end end end
Version data entries
12 entries across 12 versions & 1 rubygems