Sha256: fe15e35563b35d583e4094da09a341c02fed86322a21ec074a34e5e323b3206f
Contents?: true
Size: 288 Bytes
Versions: 2
Compression:
Stored size: 288 Bytes
Contents
guard :minitest do watch(%r{^test/(.*)\/?test_(.*)\.rb$}) watch(%r{^lib/(.*/)?([^/]+)\.rb$}) { |m| "test/#{m[1]}test_#{m[2]}.rb" } watch(%r{^test/test_helper\.rb$}) { 'test' } end guard :yard, cli: '--reload' do watch(%r{^lib/(.*/)?([^/]+)\.rb$}) { |m| 'yard' } end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
alo7-net-0.1.1 | Guardfile |
alo7-net-0.1.0 | Guardfile |