RubyGems Navigation menu

mail-single_file_delivery 0.0.1

# Single File Delivery Method for Mail gem ## Summary This gem is a delivery-method plug-in for [mail](https://github.com/mikel/mail) that delivers all mail to a single file for testing. The Mail gem already provides a file delivery-method that appends a copy of each message to a file named after each message recipient, but I want them to all go to a single file so that I can monitor them from another window with `tail -f my-file`, or `cat my-named-pipe` while I hand-test the web interface from a browser. Of course this is _in addition to_ running automated tests with Rspec and Cucumber. At some point in development, I want to actually see the pages and enter my own inputs and perhaps display the mail messages in an HTML reader. ## Synopsis Mail.defaults do delivery_method SingleFileDelivery => '/tmp/my-file.txt' end

Gemfile:
= Copy to clipboard Copied!

Installeer:
=

Versies:

  1. 0.0.1 - January 01, 2012 (5,5 KB)

Runtime afhankelijkheden (1):

mail >= 0

Development afhankelijkheden (1):

rspec >= 0

Eigenaren:

Authors:

  • Larry Siden, Westside Consulting LLC

SHA 256 checksum:

81422e1d2b2613478a662f2a9f96ca59c9f3c2450468dd34c0fdf871116c4e3b

Total downloads 4.144

Voor deze versie 4.144

Licenties:

N/A

Required Ruby Version: Geen

Links: