module RR::Adapters::MiniTest

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

Public Class Methods

included(base) click to toggle source
# File lib/rr/deprecations.rb, line 7
def self.included(base)
  RR::Deprecations.show_warning_for_deprecated_adapter
  RR.autohook
end