module Datadog::CI::Contrib::RSpec::Patcher
Patcher
enables patching of 'rspec' module.
Public Instance Methods
patch()
click to toggle source
# File lib/datadog/ci/contrib/rspec/patcher.rb, line 19 def patch ::RSpec::Core::Example.include(Example) end
target_version()
click to toggle source
# File lib/datadog/ci/contrib/rspec/patcher.rb, line 15 def target_version Integration.version end