move parfait tests to register

that is the ruby parfait, the “adapter”
This commit is contained in:
Torsten Ruger
2015-11-18 12:10:59 +02:00
parent cab7e61f8b
commit 3efdf420a4
15 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,5 @@
require_relative "interpreter/test_all"
require_relative "parfait/test_all"
require_relative "test_compat"
require_relative "test_instructions"