1
0
Fork 0
mirror of https://github.com/thoughtbot/shoulda-matchers.git synced 2022-11-09 12:01:38 -05:00
thoughtbot--shoulda-matchers/Guardfile
Elliot Winkler e08e7af31e Replace watchr with Guard
watchr has not been maintained for quite some time and no longer works
properly with Ruby 2.2.
2015-03-29 00:59:09 -06:00

5 lines
100 B
Ruby

guard 'yard' do
watch('README.md')
watch(%r{doc_config/yard/.+})
watch(%r{lib/[^/]+\.rb})
end