# File lib/appraisal/utils.rb, line 42
    def self.join_parts(parts)
      parts.reject(&:nil?).reject(&:empty?).join("\n\n").strip
    end