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

6 lines
100 B
Text
Raw Normal View History

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