Skip to content

Commit

Permalink
Use released version of action_mailer_cache_delivery
Browse files Browse the repository at this point in the history
  • Loading branch information
p0deje committed Feb 24, 2012
1 parent 42e64e6 commit 9b3f63d
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions README.rdoc
Expand Up @@ -5,14 +5,8 @@ A collection of RSpec matchers and Cucumber steps to make testing emails go smoo
This library works with ActionMailer and Pony. When using it with ActionMailer it works with
DelayedJob, ActiveRecord Mailer, and action_mailer_cache_delivery.

When using the action_mailer_cache_delivery library you must use this fork:
http://github.com/ragaskar/action_mailer_cache_delivery.git
, e.g. place this in your Gemfile:

gem "action_mailer_cache_delivery", git: "git://github.com/ragaskar/action_mailer_cache_delivery.git"

If you are testing emails in conjunction with an automated browser solution, like Selenium,
you will want to use action_mailer_cache_delivery in your test environment. (This is
you will want to use action_mailer_cache_delivery[http:/http://rubygems.org/gems/action_mailer_cache_delivery] in your test environment. (This is
because your test process and server processes are distinct and therefore need an
intermediate store for the emails.) DelayedJob and ActiveRecord Mailer will also work but
you generally don't want to include those projects unless you need them in production.
Expand Down

0 comments on commit 9b3f63d

Please sign in to comment.