Sha256: 4f3ef34e4b3a88de5d59955a05ffb703e66e37311488c56cc7b7add0ca0e2df9
Contents?: true
Size: 616 Bytes
Versions: 8
Compression:
Stored size: 616 Bytes
Contents
RR::Space.trim_backtrace = true module RR module Adapters module TestUnit include RR::Extensions::InstanceMethods def self.included(mod) mod.class_eval do alias_method :setup_without_rr, :setup def setup_with_rr setup_without_rr rr_reset end alias_method :setup, :setup_with_rr alias_method :teardown_without_rr, :teardown def teardown_with_rr rr_verify teardown_without_rr end alias_method :teardown, :teardown_with_rr end end end end end
Version data entries
8 entries across 8 versions & 1 rubygems