diff options
author | Benoit Daloze <[email protected]> | 2021-01-28 17:08:57 +0100 |
---|---|---|
committer | Benoit Daloze <[email protected]> | 2021-01-28 17:08:57 +0100 |
commit | 2e32b919b4f2f5b7f2e1509d6fa985526ef1f61c (patch) | |
tree | aedadac3c99ca0097c2bbeaa95830332d6fb9971 | |
parent | 1b377b32c8616f85c0a97e68758c5c2db83f2169 (diff) |
Update to ruby/spec@8cafaa5
-rw-r--r-- | spec/ruby/core/integer/digits_spec.rb | 9 | ||||
-rw-r--r-- | spec/ruby/core/kernel/caller_locations_spec.rb | 8 | ||||
-rw-r--r-- | spec/ruby/core/kernel/caller_spec.rb | 8 | ||||
-rw-r--r-- | spec/ruby/core/kernel/lambda_spec.rb | 12 | ||||
-rw-r--r-- | spec/ruby/core/kernel/rand_spec.rb | 42 | ||||
-rw-r--r-- | spec/ruby/core/module/ruby2_keywords_spec.rb | 112 | ||||
-rw-r--r-- | spec/ruby/core/module/to_s_spec.rb | 23 | ||||
-rw-r--r-- | spec/ruby/core/proc/ruby2_keywords_spec.rb | 64 | ||||
-rw-r--r-- | spec/ruby/core/range/shared/cover.rb | 42 | ||||
-rw-r--r-- | spec/ruby/core/range/shared/cover_and_include.rb | 7 | ||||
-rw-r--r-- | spec/ruby/core/range/to_a_spec.rb | 5 | ||||
-rw-r--r-- | spec/ruby/core/range/to_s_spec.rb | 7 | ||||
-rw-r--r-- | spec/ruby/core/string/scrub_spec.rb | 7 | ||||
-rw-r--r-- | spec/ruby/core/string/shared/slice.rb | 10 | ||||
-rw-r--r-- | spec/ruby/core/string/split_spec.rb | 8 | ||||
-rw-r--r-- | spec/ruby/core/struct/hash_spec.rb | 4 | ||||
-rw-r--r-- | spec/ruby/core/symbol/name_spec.rb | 19 | ||||
-rw-r--r-- |