Sha256: 98d13d6b084214670c88fd2884759eb98268ce72655a2d2e10ae5bfcdda4dbf0

Contents?: true

Size: 258 Bytes

Versions: 9

Compression:

Stored size: 258 Bytes

Contents

guard 'minitest' do
  watch(%r|^test/(.*)_test\.rb|)
  watch(%r|^lib/(.*)([^/]+)\.rb|)     { |m| "test/#{m[1]}#{m[2]}_test.rb" }
  watch(%r|^(.*)([^/]+)\.rb|)         { |m| "test/#{m[1]}#{m[2]}_test.rb" }
  watch(%r|^test/test_helper\.rb|)    { "test" }
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
hyperclient-0.2.0 Guardfile
hyperclient-0.1.0 Guardfile
hyperclient-0.0.8 Guardfile
hyperclient-0.0.7 Guardfile
hyperclient-0.0.6 Guardfile
hyperclient-0.0.5 Guardfile
hyperclient-0.0.4 Guardfile
hyperclient-0.0.3 Guardfile
hyperclient-0.0.2 Guardfile