# File test/test_rc_d.rb, line 159
    def delete(path)
      @delete_call += 1
      @delete_path = path
      File.delete(path)
    end