File: minitest-6.patch

package info (click to toggle)
ruby-rails-dom-testing 2.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 188 kB
  • sloc: ruby: 1,107; makefile: 4
file content (17 lines) | stat: -rw-r--r-- 482 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Updates for compatibility with Minitest 6
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/dom_assertions_test.rb
+++ b/test/dom_assertions_test.rb
@@ -1,6 +1,8 @@
 # frozen_string_literal: true
 
 require "test_helper"
+gem "minitest-mock"
+require "minitest/mock"
 
 class DomAssertionsTest < ActiveSupport::TestCase
   Assertion = Minitest::Assertion