From 23614ea318d51e17a81af84ab94b699a9c58a853 Mon Sep 17 00:00:00 2001 From: Shohei YOSHIDA Date: Tue, 26 May 2020 11:20:50 +0900 Subject: [PATCH] Update rspec format option candidates --- src/_rspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_rspec b/src/_rspec index 7bef11c..0ca0e99 100644 --- a/src/_rspec +++ b/src/_rspec @@ -57,7 +57,7 @@ _rspec() { --dry-run'[Print the formatter output of your suite without running any examples or hooks]' \ '(-X --drb)'{-X,--drb}'[Run examples via DRb]' \ --drb-port'[Port to connect to the DRb server]: :_guard "[[\:digit\:]]#" "PORT"' \ - '(-f --format)'{-f,--format}'[Choose a formatter]:FORMATTER:(progress documentation html json)' \ + '(-f --format)'{-f,--format}'[Choose a formatter]:FORMATTER:(progress documentation html json failures)' \ '(-o --out)'{-o,--out}'[Write output to a file instead of $stdout]:FILE:_files' \ --deprecation-out'[Write deprecation warnings to a file instead of $stderr]:FILE:_files' \ '(-b --backtrace)'{-b,--backtrace}'[Enable full backtrace]' \