Sha256: 51d86614d9fc95d0013fff54a58c741e58ba8d66122cffc2353bb6cc223635d1
Contents?: true
Size: 236 Bytes
Versions: 6
Compression:
Stored size: 236 Bytes
Contents
guard :minitest do watch(%r{^test/(.*)_test\.rb}) watch(%r{^lib/(.+)\.rb}) { |m| "test/lib/#{m[1]}_test.rb" } watch(%r{^test/test_helper\.rb}) { 'test' } watch(%r{^test/support/vcr_setup\.rb}) { 'test' } end
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
troo-0.0.7 | Guardfile |
troo-0.0.6 | Guardfile |
troo-0.0.5 | Guardfile |
troo-0.0.4 | Guardfile |
troo-0.0.3 | Guardfile |
troo-0.0.2 | Guardfile |