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.
2 parents d290cd2 + 32dba27 commit 68871dfCopy full SHA for 68871df
Guardfile
@@ -1,6 +1,6 @@
1
2
3
-guard 'rspec' do
+guard 'rspec', cmd: 'bundle exec rspec' do
4
watch(%r{^spec/.+_spec\.rb$})
5
watch(%r{^lib/(.+)\.rb$}) { |m| "spec/lib/#{m[1]}_spec.rb" }
6
watch('spec/spec_helper.rb') { "spec" }
0 commit comments