We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56f5068 commit d6f62b9Copy full SHA for d6f62b9
Rakefile
@@ -33,6 +33,7 @@ task :specs do
33
/_includes/ => "_include",
34
/(must|wont)_(.*_of|nil|silent|empty)/ => '\1_be_\2',
35
/must_raises/ => "must_raise",
36
+ /(must|wont)_pattern/ => '\1_pattern_match',
37
/(must|wont)_predicate/ => '\1_be',
38
/(must|wont)_path_exists/ => 'path_\1_exist',
39
}
0 commit comments