module Riffer::Testing::MinitestCleanup
Wiring only — minitest is never a riffer dependency; a consumer requires this file from a test_helper that has already loaded the framework.
Public Instance Methods
Source
# File lib/riffer/testing/minitest.rb, line 14 def after_teardown Riffer::Testing.reset! super end
Minitest reserves after_teardown for library extensions; teardown belongs to the test author.
Calls superclass method