We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ebaff2 commit b13db91Copy full SHA for b13db91
Guardfile
@@ -8,7 +8,7 @@
8
# installed the spring binstubs per the docs)
9
# * zeus: 'zeus rspec' (requires the server to be started separetly)
10
# * 'just' rspec: 'rspec'
11
-guard :rspec, cmd: 'bundle exec rspec' do
+guard :rspec, cmd: 'bundle exec rspec', all_on_start: true do
12
watch(%r{^spec/.+_spec\.rb$})
13
watch(%r{^lib/(.+)\.rb$}) { |m| "spec/lib/#{m[1]}_spec.rb" }
14
watch('spec/spec_helper.rb') { 'spec' }
0 commit comments