Enable guard notifications via tmux

openid
Marcin Kulik 11 years ago
parent 9e152c3172
commit 86536f2065

@ -1,3 +1,5 @@
notification :tmux, :color_location => 'status-right-bg'
guard 'rspec', :cli => '--fail-fast --tag ~js --tag ~slow', :zeus => true do
watch(%r{^spec/.+_spec\.rb$})
watch(%r{^lib/(.+)\.rb$}) { |m| "spec/lib/#{m[1]}_spec.rb" }

Loading…
Cancel
Save