Module: ProcessSettings::Testing::Minitest::Helpers
- Includes:
- Base::Helpers
- Defined in:
- lib/process_settings/testing/helpers.rb
Class Method Summary collapse
Methods included from Base::Helpers
#initial_instance, #stub_process_settings
Class Method Details
.included(including_klass) ⇒ Object
62 63 64 65 |
# File 'lib/process_settings/testing/helpers.rb', line 62 def included(including_klass) # Prepend the teardown method in case the test class has already defined one. including_klass.prepend(TeardownProcessSettings) end |