Module: Datadog::CI::Contrib::Ciqueue::Patcher

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

Overview

Patcher enables patching of ‘rspec’ module.

Class Method Summary collapse

Methods included from Patcher

included

Class Method Details

.patchObject



16
17
18
# File 'lib/datadog/ci/contrib/ciqueue/patcher.rb', line 16

def patch
  ::RSpec::Queue::Runner.include(Contrib::RSpec::Runner)
end