Package: ruby-minitest-mock / 5.27.0-3

Metadata

Package Version Patches format
ruby-minitest-mock 5.27.0-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
test import fix.patch | (download)

test/minitest/test_minitest_mock.rb | 10 9 + 1 - 0 !
1 file changed, 9 insertions(+), 1 deletion(-)

 fix test loading in debian autopkgtest and build environments
 Manually prepend the installed gem's lib path to $LOAD_PATH when it exists,
 allowing the normal require to succeed in autopkgtest while preserving the
 require_relative fallback for build-time.