module RR::Adapters::TestUnit

Public Class Methods

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