Skip to content

Commit d6f62b9

Browse files
committed
Fixed specs task for pattern_match expectation mapping.
[git-p4: depot-paths = "//src/minitest/dev/": change = 14140]
1 parent 56f5068 commit d6f62b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Rakefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ task :specs do
3333
/_includes/ => "_include",
3434
/(must|wont)_(.*_of|nil|silent|empty)/ => '\1_be_\2',
3535
/must_raises/ => "must_raise",
36+
/(must|wont)_pattern/ => '\1_pattern_match',
3637
/(must|wont)_predicate/ => '\1_be',
3738
/(must|wont)_path_exists/ => 'path_\1_exist',
3839
}

0 commit comments

Comments
 (0)