File: minitest-6.patch

package info (click to toggle)
ruby-zip 3.2.2-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 11,128 kB
  • sloc: ruby: 9,960; makefile: 23
file content (17 lines) | stat: -rw-r--r-- 501 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Modifications for Minitest 6 compatibility
Author: Simon Quigley <tsimonq2@debian.org>
Origin: vendor
Last-Update: 2026-02-14
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/test/crypto/traditional_encryption_test.rb
+++ b/test/crypto/traditional_encryption_test.rb
@@ -1,6 +1,8 @@
 # frozen_string_literal: true
 
 require_relative '../test_helper'
+gem "minitest-mock"
+require "minitest/mock"
 
 class TraditionalEncrypterTest < Minitest::Test
   def setup