class Autotest::Bacon

def initialize

def initialize
  super
  self.libs = %w[. lib test spec].join(File::PATH_SEPARATOR)
end