Skip to content

Commit b13db91

Browse files
committed
run all tests on guard start
1 parent 7ebaff2 commit b13db91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Guardfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# installed the spring binstubs per the docs)
99
# * zeus: 'zeus rspec' (requires the server to be started separetly)
1010
# * 'just' rspec: 'rspec'
11-
guard :rspec, cmd: 'bundle exec rspec' do
11+
guard :rspec, cmd: 'bundle exec rspec', all_on_start: true do
1212
watch(%r{^spec/.+_spec\.rb$})
1313
watch(%r{^lib/(.+)\.rb$}) { |m| "spec/lib/#{m[1]}_spec.rb" }
1414
watch('spec/spec_helper.rb') { 'spec' }

0 commit comments

Comments
 (0)