Module: Tlb::TestUnit::MediatorInflection
- Defined in:
- lib/tlb/test_unit/mediator_inflection.rb
Defined Under Namespace
Modules: InstanceMethods
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
7 8 9 10 11 12 13 14 |
# File 'lib/tlb/test_unit/mediator_inflection.rb', line 7 def self.included base base.send(:alias_method, :run_suite_without_tlb, :run_suite) base.send(:remove_method, :run_suite) base.send(:include, InstanceMethods) base.send(:include, Tlb::TestUnit::TestSplitter) base.send(:include, Tlb::TestUnit::TestObserver) end |