renaming to_mom tests and improve guard

This commit is contained in:
Torsten Ruger
2017-09-04 21:00:29 +03:00
parent dab4e74659
commit 4f3a4387fc
3 changed files with 12 additions and 15 deletions

View File

@ -20,6 +20,6 @@ guard :minitest do # with Minitest::Unit
watch(%r{^lib/parfait/type.rb}) { Dir["test/parfait/type/test_*.rb"] }
# Vool to_mom compile process + # Ruby to vool compile process
watch(%r{^lib/vool/statements/(.+)_statement.rb}) { |m| ["test/vool/to_mom/test_#{m[1]}.rb" ,"test/vool/statements/test_#{m[1]}.rb"] }
watch(%r{^lib/vool/statements/(.+)_statement.rb}) { |m| ["test/vool/to_mom/test_#{m[1]}*.rb" ,"test/vool/statements/test_#{m[1]}.rb"] }
end