Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit 60b88e5

Browse files
committed
Merge pull request #423 from zeljkofilipin/format-option
add list of available formatters to --format option feature
2 parents ddbe258 + aee68e5 commit 60b88e5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

features/command_line/format_option.feature

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,14 @@ Feature: --format option
1919

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

22+
`rspec --help` lists available formatters:
23+
24+
[p]rogress (default - dots)
25+
[d]ocumentation (group and example names)
26+
[h]tml
27+
[t]extmate
28+
custom formatter class name
29+
2230
Background:
2331
Given a file named "example_spec.rb" with:
2432
"""

0 commit comments

Comments
 (0)