Update RBI files for minitest.

Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
This commit is contained in:
BrewTestBot 2023-07-26 19:01:58 +00:00
parent 7958228b69
commit 1e6ba9f4b3
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
2 changed files with 3 additions and 2 deletions

View File

@ -214,6 +214,9 @@ class Minitest::Runnable
def failures=(_arg0); end def failures=(_arg0); end
def marshal_dump; end def marshal_dump; end
def marshal_load(ary); end def marshal_load(ary); end
def metadata; end
def metadata=(_arg0); end
def metadata?; end
def name; end def name; end
def name=(o); end def name=(o); end
def passed?; end def passed?; end

View File

@ -5051,8 +5051,6 @@ class Migrator
extend ::T::Private::Methods::SingletonMethodHooks extend ::T::Private::Methods::SingletonMethodHooks
end end
MiniTest = Minitest
module Minitest::Assertions module Minitest::Assertions
def assert_mock(mock); end def assert_mock(mock); end
end end