Sha256: 1d0959c2140abd08dca9bcfca16d5cdcf829e17fbd5e69105480d08b42c50793
Contents?: true
Size: 264 Bytes
Versions: 322
Compression:
Stored size: 264 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
Version data entries
322 entries across 322 versions & 7 rubygems