From 99870c92d8f4009a35772aea47388d8c26bb50ca Mon Sep 17 00:00:00 2001 From: Torsten Ruger Date: Sun, 25 Oct 2015 14:03:47 +0200 Subject: [PATCH] linking new tests in --- test/parfait/test_all.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/test/parfait/test_all.rb b/test/parfait/test_all.rb index a6ad7386..dec11f9f 100644 --- a/test/parfait/test_all.rb +++ b/test/parfait/test_all.rb @@ -5,4 +5,5 @@ require_relative "test_list" require_relative "test_word" require_relative "test_dictionary" require_relative "test_method" +require_relative "test_class" require_relative "test_attributes"