Module: Datadog::CI::Contrib::Cucumber::Patcher

Includes:
Patcher
Defined in:
lib/datadog/ci/contrib/cucumber/patcher.rb

Overview

Patches ‘cucumber’ gem.

Class Method Summary collapse

Methods included from Patcher

included

Class Method Details

.patchObject



17
18
19
# File 'lib/datadog/ci/contrib/cucumber/patcher.rb', line 17

def patch
  ::Cucumber::Runtime.include(Instrumentation)
end