test_all.rb 92 Bytes Raw Blame History Permalink 1 2 3 Dir.chdir(File.dirname(__FILE__)) do Dir['**/test_*.rb'].each { |file| require(file) } end