Skip to content

Commit 796dffb

Browse files
authored
Merge pull request #2093 from ksss/update-minitest
Update minitest
2 parents 3eaad0d + 3741b7a commit 796dffb

29 files changed

+247
-974
lines changed

stdlib/minitest/0/kernel.rbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ module Kernel : ::BasicObject
3232
#
3333
# For some suggestions on how to improve your specs, try:
3434
#
35-
# http://betterspecs.org
35+
# https://betterspecs.org
3636
#
3737
# but do note that several items there are debatable or specific to rspec.
3838
#
3939
# For more information about expectations, see Minitest::Expectations.
4040
#
41-
private def describe: (untyped desc, *untyped additional_desc) ?{ () -> untyped } -> untyped
41+
private def describe: (untyped desc, *untyped additional_desc) { (?) -> untyped } -> untyped
4242
end

stdlib/minitest/0/manifest.yaml

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)