Skip to content

Commit

Permalink
- Fixed use of minitest/pride with --help. (zw963)
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//src/minitest/dev/": change = 7801]
  • Loading branch information
zenspider committed Sep 29, 2012
1 parent e768bb8 commit 4373fc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/minitest/pride.rb
Expand Up @@ -40,7 +40,7 @@ def print o

def puts(*o) # :nodoc:
o.map! { |s|
s.sub(/Finished tests/) {
s.to_s.sub(/Finished tests/) {
@index = 0
'Fabulous tests'.split(//).map { |c|
pride(c)
Expand Down

0 comments on commit 4373fc7

Please sign in to comment.