Skip to content

Commit ed4ff53

Browse files
authored
Merge pull request #743 from syohex/syohex/update-rspec-format
Update rspec format option candidates
2 parents d0a0608 + 23614ea commit ed4ff53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_rspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ _rspec() {
5757
--dry-run'[Print the formatter output of your suite without running any examples or hooks]' \
5858
'(-X --drb)'{-X,--drb}'[Run examples via DRb]' \
5959
--drb-port'[Port to connect to the DRb server]: :_guard "[[\:digit\:]]#" "PORT"' \
60-
'(-f --format)'{-f,--format}'[Choose a formatter]:FORMATTER:(progress documentation html json)' \
60+
'(-f --format)'{-f,--format}'[Choose a formatter]:FORMATTER:(progress documentation html json failures)' \
6161
'(-o --out)'{-o,--out}'[Write output to a file instead of $stdout]:FILE:_files' \
6262
--deprecation-out'[Write deprecation warnings to a file instead of $stderr]:FILE:_files' \
6363
'(-b --backtrace)'{-b,--backtrace}'[Enable full backtrace]' \

0 commit comments

Comments
 (0)