This commit is contained in:
Parker Moore 2013-03-16 20:06:50 +01:00
parent 1d05e0be81
commit 39f144ed01
1 changed files with 1 additions and 1 deletions

View File

@ -8,4 +8,4 @@ require 'test/unit'
tests = Dir[File.expand_path("#{File.dirname(__FILE__)}/test_*.rb")] tests = Dir[File.expand_path("#{File.dirname(__FILE__)}/test_*.rb")]
tests.each do |file| tests.each do |file|
require file require file
end end