separate SlotDefinition into own file

what started as three lines has grown up to demand it’s own file and
tests
This commit is contained in:
Torsten Ruger
2018-05-15 19:29:06 +03:00
parent ab4bc370ed
commit 000bf0a9b3
3 changed files with 84 additions and 66 deletions

View File

@ -28,7 +28,7 @@ guard :minitest do # with Minitest::Unit
watch(%r{^lib/vool/statements/send_statement.rb}) {
[ Dir["test/vool/to_mom/send/test_*.rb"] , "test/vool/statements/test_send_statement.rb"] }
#message setup
# message setup
watch(%r{^lib/mom/instruction/message_setup.rb}) { Dir["test/mom/send/test_setup*.rb"] }
end