# File lib/email_spec/matchers.rb, line 4
      def address_array
        if @email.perform_deliveries
          Array(yield)
        else
          []
        end
      end