Skip to content
This repository has been archived by the owner on Sep 19, 2020. It is now read-only.

Commit

Permalink
Update cucumber test to include new usage line for list mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Clinton Wolfe committed Nov 29, 2014
1 parent 928fdd0 commit c28362c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions features/support/command_helpers.rb
Expand Up @@ -183,6 +183,9 @@ def usage_options
{:short => 'f', :long => 'epic-fail TAGS',
:description => "Fail the build based on tags. Use 'any' to fail on all warnings."},

{:short => 'l', :long => 'list',
:description => 'List all enabled rules and their descriptions.'},

{:short => 't', :long => 'tags TAGS',
:description => 'Check against (or exclude ~) rules with the specified tags.'},

Expand Down

0 comments on commit c28362c

Please sign in to comment.