Module: RR::Adapters::MiniTest

Defined in:
lib/rr/deprecations.rb

Overview

People who manually include RR into their test framework will use these constants

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



7
8
9
10
# File 'lib/rr/deprecations.rb', line 7

def self.included(base)
  RR::Deprecations.show_warning_for_deprecated_adapter
  RR.autohook
end