# File lib/email_spec/deliveries.rb, line 35
    def all_emails
      Email.all.map{ |email| parse_to_mail(email) }
    end