twitter-status-bot/.gems/gems/http-0.6.2/Guardfile

10 lines
234 B
Plaintext
Raw Normal View History

2014-09-03 08:49:59 +00:00
# A sample Guardfile
# More info at https://github.com/guard/guard#readme
guard :rspec do
watch(%r{^spec/.+_spec\.rb$})
watch(%r{^lib/(.+)\.rb$}) { |m| "spec/#{m[1]}_spec.rb" }
watch('spec/spec_helper.rb') { "spec" }
end