Skip to content

Commit

Permalink
Fixed specs task for pattern_match expectation mapping.
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//src/minitest/dev/": change = 14140]
  • Loading branch information
zenspider committed May 11, 2024
1 parent 56f5068 commit d6f62b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ task :specs do
/_includes/ => "_include",
/(must|wont)_(.*_of|nil|silent|empty)/ => '\1_be_\2',
/must_raises/ => "must_raise",
/(must|wont)_pattern/ => '\1_pattern_match',
/(must|wont)_predicate/ => '\1_be',
/(must|wont)_path_exists/ => 'path_\1_exist',
}
Expand Down

0 comments on commit d6f62b9

Please sign in to comment.