# Combine unit and functional tests in one run. %w(unit_tests functional_tests).each do |f| require File.dirname(__FILE__) + "/#{f}.rb" end