Skip to content

Commit

Permalink
Allow guard to run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
benlangfeld committed Dec 7, 2015
1 parent 945d0a4 commit 1a1f4f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Guardfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
guard 'rspec', :cli => '--format documentation' do
guard 'rspec', cmd: 'bundle exec rspec --format documentation' do
watch(%r{^spec/.+_spec\.rb$})
watch(%r{^lib/(.+)\.rb$}) { |m| "spec/#{m[1]}_spec.rb" }
watch('spec/spec_helper.rb') { "spec/" }
Expand Down

0 comments on commit 1a1f4f5

Please sign in to comment.