# File lib/test/unit/fixture.rb, line 55
        def register_cleanup_method(method_name, options)
          register_fixture_method(:cleanup, method_name, options,
                                  :before, :prepend)
        end