Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
+ Improved description for --name argument (drd)
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//src/minitest/dev/": change = 6959]
  • Loading branch information
zenspider committed Jan 27, 2012
1 parent 8d3d1ca commit 993b135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/minitest/unit.rb
Original file line number Diff line number Diff line change
Expand Up @@ -893,7 +893,7 @@ def process_args args = [] # :nodoc:
options[:verbose] = true
end

opts.on '-n', '--name PATTERN', "Filter test names on pattern." do |a|
opts.on '-n', '--name PATTERN', "Filter test names on pattern (e.g. /foo/)" do |a|
options[:filter] = a
end

Expand Down

0 comments on commit 993b135

Please sign in to comment.