$: << 'test' << 'lib'
Dir['test/**/*_test.rb'].each { |file| require File.expand_path(file) }
