From 8528fae785901e6be841cd1eac7010a1215ea288 Mon Sep 17 00:00:00 2001 From: Torsten Ruger Date: Tue, 10 Nov 2015 19:12:50 +0200 Subject: [PATCH] add the new tests --- test/parfait/test_all.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/parfait/test_all.rb b/test/parfait/test_all.rb index 5c086b55..317d9d70 100644 --- a/test/parfait/test_all.rb +++ b/test/parfait/test_all.rb @@ -1 +1,3 @@ require_relative "test_layout" +require_relative "test_integer" +require_relative "test_word"