Sha256: 19a241fe78cf81a3b42211f6fc09d2a7087375b3e73c1b49c637a36d2f4d5752
Contents?: true
Size: 351 Bytes
Versions: 5
Compression:
Stored size: 351 Bytes
Contents
guard :minitest, all_after_pass: true do watch(%r{^test/(.*)/?test_(.*)\.rb}) watch(%r{^lib/(.*/)?([^/]+)\.rb}) { |m| "test/#{m[1]}test_#{m[2]}.rb" } watch(%r{^lib/(.+)\.rb}) { |m| "test/#{m[1]}_test.rb" } watch(%r{^lib/(.+)\.rb}) { |m| "test/#{m[1]}_test.rb" } watch(%r{^test/.+_test\.rb}) watch(%r{^test/test_helper\.rb}) { "test" } end
Version data entries
5 entries across 5 versions & 2 rubygems
Version | Path |
---|---|
prx_auth-rails-4.3.0 | Guardfile |
prx_auth-rails-4.2.1 | Guardfile |
prx_auth-rails-4.2.0 | Guardfile |
prx_auth-1.8.0 | Guardfile |
prx_auth-1.7.2 | Guardfile |