# File lib/test/unit/priority.rb, line 105 def teardown if @test.send(:passed?) FileUtils.touch(passed_file) else FileUtils.rm_f(passed_file) end end