mirror of
https://github.com/thoughtbot/shoulda-matchers.git
synced 2022-11-09 12:01:38 -05:00
6 lines
100 B
Text
6 lines
100 B
Text
![]() |
guard 'yard' do
|
||
|
watch('README.md')
|
||
|
watch(%r{doc_config/yard/.+})
|
||
|
watch(%r{lib/[^/]+\.rb})
|
||
|
end
|