diff options
author | Hiroshi SHIBATA <[email protected]> | 2021-09-11 06:52:09 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2021-09-11 08:48:03 +0900 |
commit | 9583d2057d1a4d907875ad447dfd64a541e63447 () | |
tree | 79a44989b3eb696f3ae6029668dc4cb8f27076b8 /tool/lib/core_assertions.rb | |
parent | d05383812adf86e6c6a536246c03a2d401f10058 (diff) |
Added missing Assertions for assert_file_predicate
Notes: Merged: https://.com/ruby/ruby/pull/4813
-rw-r--r-- | tool/lib/core_assertions.rb | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -609,6 +609,7 @@ eom end class << (AssertFile = Struct.new(:failure_message).new) include CoreAssertions def assert_file_predicate(predicate, *args) if /\Anot_/ =~ predicate |