Sha256: 3307c9e4afa596347e33a42336ee12f94cb1257e7b2c8872930128eaa57b197f
Contents?: true
Size: 253 Bytes
Versions: 4
Compression:
Stored size: 253 Bytes
Contents
# A sample Guardfile # More info at https://github.com/guard/guard#readme notification( :terminal_title ) guard( :minitest, include: [ 'lib' ]) do watch( 'test/simplecheck_test.rb' ) watch( 'lib/simplecheck.rb' ){ 'test/simplecheck_test.rb' } end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
simplecheck-2.0 | Guardfile |
simplecheck-1.0 | Guardfile |
simplecheck-1.0rc1 | Guardfile |
simplecheck-0.9 | Guardfile |