mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Adjust minitest file path
This commit is contained in:
parent
934a3a926c
commit
83fed5a4ed
1 changed files with 1 additions and 1 deletions
|
@ -269,7 +269,7 @@ class TestMiniTestMock < MiniTest::Unit::TestCase
|
|||
end
|
||||
end
|
||||
|
||||
require "minitest/metametameta"
|
||||
require_relative "metametameta"
|
||||
|
||||
class TestMiniTestStub < MiniTest::Unit::TestCase
|
||||
def setup
|
||||
|
|
Loading…
Reference in a new issue