# File lib/autotest/bacon.rb, line 25
  def initialize
    super
    self.libs = %w[. lib test spec].join(File::PATH_SEPARATOR)
  end