Skip to content

Commit

Permalink
consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed Jan 1, 2011
1 parent e6c5a21 commit 3e7ce82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/rspec/core/option_parser.rb
Expand Up @@ -47,9 +47,9 @@ def parser(options)
' [d]ocumentation (group and example names)',
' [h]tml',
' [t]extmate',
' custom formatter class name') do |f|
' custom formatter class name') do |o|
options[:formatters] ||= []
options[:formatters] << [f]
options[:formatters] << [o]
end

parser.on('-o', '--out FILE',
Expand Down

0 comments on commit 3e7ce82

Please sign in to comment.