# File lib/email_spec/deliveries.rb, line 19 def mailbox_for(address) deliveries.select { |email| email.destinations.include?(address) } end