Skip to content

Commit

Permalink
use rspec local + guard-rspec failed_mode
Browse files Browse the repository at this point in the history
  • Loading branch information
e2 committed May 6, 2014
1 parent 2871bb4 commit f8299c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .rspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
--fail-fast
--format documentation
2 changes: 1 addition & 1 deletion Guardfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group :specs do
guard :rspec, cmd: 'bundle exec rspec --fail-fast -f doc' do
guard :rspec, cmd: 'bundle exec rspec', failed_mode: :keep do
watch(%r{^spec/.+_spec\.rb$})
watch(%r{^(lib/.+)\.rb$}) { |m| "spec/#{m[1]}_spec.rb" }
watch('lib/guard/notifier.rb') { 'spec/guard/notifiers' }
Expand Down

0 comments on commit f8299c7

Please sign in to comment.