Skip to content

Commit

Permalink
Merge pull request #423 from zeljkofilipin/format-option
Browse files Browse the repository at this point in the history
add list of available formatters to --format option feature
  • Loading branch information
dchelimsky committed Jul 12, 2011
2 parents ddbe258 + aee68e5 commit 60b88e5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions features/command_line/format_option.feature
Expand Up @@ -19,6 +19,14 @@ Feature: --format option

$ rspec spec --format documentation:rspec.output.txt

`rspec --help` lists available formatters:

[p]rogress (default - dots)
[d]ocumentation (group and example names)
[h]tml
[t]extmate
custom formatter class name

Background:
Given a file named "example_spec.rb" with:
"""
Expand Down

0 comments on commit 60b88e5

Please sign in to comment.