Sha256: af4a13bb4c025567a2140c3b4d6b49d433811cb70e8d192267a4cc00e491208e

Contents?: true

Size: 272 Bytes

Versions: 13

Compression:

Stored size: 272 Bytes

Contents

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

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
aviator-0.3.1 Guardfile
aviator-0.3.0 Guardfile
aviator-0.2.2 Guardfile
aviator-0.2.1 Guardfile
aviator-0.1.0 Guardfile
aviator-0.0.9 Guardfile
aviator-0.0.8 Guardfile
aviator-0.0.7 Guardfile
aviator-0.0.6 Guardfile
aviator-0.0.5 Guardfile
aviator-0.0.4 Guardfile
aviator-0.0.3 Guardfile
aviator-0.0.2 Guardfile