linking new tests in

This commit is contained in:
Torsten Ruger 2015-10-25 14:03:47 +02:00
parent 7de2f913a0
commit 99870c92d8

View File

@ -5,4 +5,5 @@ require_relative "test_list"
require_relative "test_word" require_relative "test_word"
require_relative "test_dictionary" require_relative "test_dictionary"
require_relative "test_method" require_relative "test_method"
require_relative "test_class"
require_relative "test_attributes" require_relative "test_attributes"