Skip to content

Commit

Permalink
Merge pull request #743 from syohex/syohex/update-rspec-format
Browse files Browse the repository at this point in the history
Update rspec format option candidates
  • Loading branch information
syohex authored May 26, 2020
2 parents d0a0608 + 23614ea commit ed4ff53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_rspec
Original file line number Diff line number Diff line change
Expand Up @@ -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]' \
Expand Down

0 comments on commit ed4ff53

Please sign in to comment.