arm tests back on line

This commit is contained in:
2020-03-26 20:30:47 +02:00
parent 94e4f3a9bf
commit 22727ba150
3 changed files with 15 additions and 2 deletions

View File

@ -4,7 +4,7 @@ require_relative 'helper'
# mains dir.
# If you just pop a file in the source directory, all tests will run.
# This is fine if all is fine. But if all is fine, you are not developing, just playing.
# So when you really need to itereate editing this gives guard auto-run and just of that
# So when you really need to iterate editing this gives guard auto-run and just of that
# one test that you work on.
# After getting the test to run, copy paste the whole code into a file in source and revert