2011-03-05 12:46:40 +00:00
|
|
|
require File.expand_path('../helper', __FILE__)
|
2010-10-24 09:07:44 +00:00
|
|
|
require 'test/unit'
|
|
|
|
|
2011-03-05 12:46:40 +00:00
|
|
|
Dir[File.expand_path('../test_*.rb', __FILE__)].
|
2011-03-05 11:48:15 +00:00
|
|
|
each { |file| require file }
|