Removed notification settings from project so that user can set them in
~/.guard.rb instead.
This commit is contained in:
@@ -1,9 +1,6 @@
|
|||||||
guard :rspec do
|
guard :rspec, :cmd => 'bundle exec rspec' do
|
||||||
watch(%r{^spec/.+_spec\.rb$})
|
watch(%r{^spec/.+_spec\.rb$})
|
||||||
watch(%r{^lib/(.+)\.rb$}) { |m| "spec/#{m[1]}_spec.rb" }
|
watch(%r{^lib/(.+)\.rb$}) { |m| "spec/#{m[1]}_spec.rb" }
|
||||||
watch(%r{^lib/homesick/.*\.rb}) { "spec" }
|
watch(%r{^lib/homesick/.*\.rb}) { "spec" }
|
||||||
watch('spec/spec_helper.rb') { "spec" }
|
watch('spec/spec_helper.rb') { "spec" }
|
||||||
|
|
||||||
notification :tmux, display_message: true
|
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user