We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc68a95 commit 9247439Copy full SHA for 9247439
Guardfile
@@ -1,5 +1,5 @@
1
group :rspec, halt_on_fail: true do
2
- guard :rspec, failed_mode: :keep, all_on_start: false, all_after_pass: false, cmd: 'bin/rspec spec/' do
+ guard :rspec, failed_mode: :keep, all_on_start: false, all_after_pass: false, cmd: 'TRAVIS=true bundle exec rspec spec/' do
3
watch(%r{^spec/.+_spec\.rb$})
4
watch(%r{^lib/(.+)\.rb$}) { |m| "spec/lib/#{m[1]}_spec.rb" }
5
watch('spec/spec_helper.rb') { "spec" }
0 commit comments