Sha256: a76c4802644966c8c8477fb01f45db42ce1d3e2725546bfad5ed1363ba697db9
Contents?: true
Size: 282 Bytes
Versions: 11
Compression:
Stored size: 282 Bytes
Contents
# A sample Guardfile # More info at https://github.com/guard/guard#readme notification :ruby_gntp guard :test do watch(%r{^test/.+_test\.rb$}) # watch('test/test_helper.rb') { 'test' } # Non-rails watch(%r{^lib/ruby-redtail/(.+)\.rb$}) { |m| "test/#{m[1]}_test.rb" } end
Version data entries
11 entries across 11 versions & 1 rubygems