Skip to content

Commit

Permalink
Add cmd_additional_args to options list.
Browse files Browse the repository at this point in the history
  • Loading branch information
benjie committed Jul 24, 2014
1 parent 38f6007 commit 683e6c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ end

``` ruby
cmd: 'zeus rspec' # Specify a custom rspec command to run, default: 'rspec'
cmd_additional_args: '-f progress' # Any arguments that should be added after the default
# arguments are applied but before the spec list
spec_paths: ['spec'] # Specify a custom array of paths that contain spec files
failed_mode: :focus # What to do with failed specs
# Available values:
Expand Down

0 comments on commit 683e6c6

Please sign in to comment.