This commit is contained in:
2019-08-24 16:58:14 +03:00
parent d3a0aa3d8e
commit 4676019702
3 changed files with 17 additions and 13 deletions

View File

@ -31,4 +31,7 @@ guard :minitest , all_on_start: false do # with Minitest::Unit
# message setup
watch(%r{^lib/mom/instruction/message_setup.rb}) { Dir["test/mom/send/test_setup*.rb"] }
# mains test
watch(%r{^test/mains/source/(.*)\.rb}) { "test/mains/test_interpreted.rb" }
end