Sha256: c7513b780e581a22aef5920aa1da54a8fd5a341aa519a49f4f20498e294ec5db
Contents?: true
Size: 322 Bytes
Versions: 44
Compression:
Stored size: 322 Bytes
Contents
guard :minitest, all_after_pass: true, focus_on_failed: true, env: { 'NO_SIMPLECOV' => true } 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{^lib/(.+)all\.rb}) { 'test' } end
Version data entries
44 entries across 44 versions & 2 rubygems