Sha256: 7d5edd46e3db0e58c798b96e25a904c029df4df7448757c2b0ef21abe043a232
Contents?: true
Size: 242 Bytes
Versions: 4
Compression:
Stored size: 242 Bytes
Contents
guard :minitest do watch(%r{^test/(.*)\/(.*)_test\.rb$}) watch(%r{^lib/(.*/)?([^/]+)\.rb$}) { |m| "test/#{m[1]}#{m[2]}_test.rb" } watch(%r{^test/test_helper\.rb$}) { 'test' } end guard :yard do watch(%r{^lib/(.*/)?([^/]+)\.rb$}) end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
garoon-cat-0.3.0 | Guardfile |
garoon-cat-0.2.1 | Guardfile |
garoon-cat-0.2.0 | Guardfile |
garoon-cat-0.1.0 | Guardfile |