Sha256: 7f0590abfd3149e2f6d157444f00392b558d5384939e4891f5a83eff4b43f649

Contents?: true

Size: 166 Bytes

Versions: 12

Compression:

Stored size: 166 Bytes

Contents

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

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
xi-lang-0.2.5 Guardfile
xi-lang-0.2.4 Guardfile
xi-lang-0.2.3 Guardfile
xi-lang-0.2.2 Guardfile
xi-lang-0.2.1 Guardfile
xi-lang-0.2.0 Guardfile
xi-lang-0.1.6 Guardfile
xi-lang-0.1.5 Guardfile
xi-lang-0.1.4 Guardfile
xi-lang-0.1.3 Guardfile
xi-lang-0.1.2 Guardfile
xi-lang-0.1.0 Guardfile