mirror of
https://github.com/thoughtbot/shoulda-matchers.git
synced 2022-11-09 12:01:38 -05:00
e08e7af31e
watchr has not been maintained for quite some time and no longer works properly with Ruby 2.2.
5 lines
100 B
Ruby
5 lines
100 B
Ruby
guard 'yard' do
|
|
watch('README.md')
|
|
watch(%r{doc_config/yard/.+})
|
|
watch(%r{lib/[^/]+\.rb})
|
|
end
|