rocco/test/suite.rb
2011-03-05 04:46:40 -08:00

6 lines
147 B
Ruby

require File.expand_path('../helper', __FILE__)
require 'test/unit'
Dir[File.expand_path('../test_*.rb', __FILE__)].
each { |file| require file }