Skip to content

Commit

Permalink
Update Guard documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Mange committed Jun 23, 2014
1 parent 67141cd commit eb78ddf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Guardfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
rspec_options = {
cmd: 'rspec -f nested',
keep_failed: true,
cmd: 'rspec -f documentation',
fail_mode: :keep,
all_after_pass: true,
all_on_start: true,
run_all: {cmd: 'rspec -f progress'}
Expand Down

0 comments on commit eb78ddf

Please sign in to comment.