# File lib/test/unit/fixture.rb, line 55
        def register_cleanup_callback(method_name_or_callback, options)
          register_fixture_callback(:cleanup, method_name_or_callback,
                                    options, :before, :prepend)
        end