Sha256: 3da7748d87cfc39d9b159e79c6cd252ef666f83c78c2aafe7b3f596aaa131522
Contents?: true
Size: 302 Bytes
Versions: 27
Compression:
Stored size: 302 Bytes
Contents
# More info at https://github.com/guard/guard#readme # Could be changed to whatever you want. # See: https://github.com/guard/guard#notification notification :off guard 'rspec' do watch %r{^spec/.+_spec\.rb$} watch %r{lib/} do 'spec' end end # vim:ft=ruby guard :inch do watch(/.+\.rb/) end
Version data entries
27 entries across 27 versions & 1 rubygems