# File lib/email_spec/mail_ext.rb, line 6
  def default_part_body
    # Calling to_str as we want the actual String object
    HTMLEntities.new.decode(default_part.body.to_s.to_str)
  end