# force encoding to UTF-8
Encoding.default_external = 'UTF-8'

Dir['test/*.rb'].each { |f| require f }
