Update RBI files for minitest.
This commit is contained in:
parent
a0c29cfe16
commit
cef23046ed
@ -1,9 +1,9 @@
|
|||||||
|
# typed: true
|
||||||
|
|
||||||
# DO NOT EDIT MANUALLY
|
# DO NOT EDIT MANUALLY
|
||||||
# This is an autogenerated file for types exported from the `minitest` gem.
|
# This is an autogenerated file for types exported from the `minitest` gem.
|
||||||
# Please instead update this file by running `bin/tapioca gem minitest`.
|
# Please instead update this file by running `bin/tapioca gem minitest`.
|
||||||
|
|
||||||
# typed: true
|
|
||||||
|
|
||||||
module Minitest
|
module Minitest
|
||||||
class << self
|
class << self
|
||||||
def __run(reporter, options); end
|
def __run(reporter, options); end
|
||||||
@ -292,6 +292,7 @@ class Minitest::Test < ::Minitest::Runnable
|
|||||||
def capture_exceptions; end
|
def capture_exceptions; end
|
||||||
def class_name; end
|
def class_name; end
|
||||||
def run; end
|
def run; end
|
||||||
|
def sanitize_exception(e); end
|
||||||
def with_info_handler(&block); end
|
def with_info_handler(&block); end
|
||||||
|
|
||||||
class << self
|
class << self
|
||||||
Loading…
x
Reference in New Issue
Block a user