# A sample Guardfile # More info at github.com/guard/guard#readme

guard :preek, run_all_dir: 'lib' do

watch(/^lib\/(.*).rb/)

end