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

list of available formatters #423

Merged
merged 1 commit into from
Jul 12, 2011
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions features/command_line/format_option.feature
Original file line number Diff line number Diff line change
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