mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-17 14:49:30 -07:00
Closes: https://bugs.gentoo.org/962128 Bug: https://bugs.gentoo.org/978788 Signed-off-by: Alfred Wingate <parona@protonmail.com> Part-of: https://codeberg.org/gentoo/gentoo/pulls/1558 Merges: https://codeberg.org/gentoo/gentoo/pulls/1558 Signed-off-by: Sam James <sam@gentoo.org>
13 lines
279 B
Diff
13 lines
279 B
Diff
--- a/test/test_helper.rb
|
|
+++ b/test/test_helper.rb
|
|
@@ -15,7 +15,7 @@ require 'bundler/setup'
|
|
require 'minitest/autorun'
|
|
require 'minitest/spec'
|
|
require 'minitest/pride'
|
|
-require 'mocha'
|
|
+require 'mocha/minitest'
|
|
require 'gpgme'
|
|
|
|
if RUBY_VERSION.split('.').first.to_i > 1
|
|
|