Module: Datadog::CI::Contrib::RSpec::Patcher
- Includes:
- Datadog::Contrib::Patcher
- Defined in:
- lib/datadog/ci/contrib/rspec/patcher.rb
Overview
Patcher enables patching of 'rspec' module.
Class Method Summary collapse
Methods included from Datadog::Contrib::Patcher
Class Method Details
.patch ⇒ Object
19 20 21 |
# File 'lib/datadog/ci/contrib/rspec/patcher.rb', line 19 def patch ::RSpec::Core::Example.include(Example) end |
.target_version ⇒ Object
15 16 17 |
# File 'lib/datadog/ci/contrib/rspec/patcher.rb', line 15 def target_version Integration.version end |