[rspec-users] rails3/rspec2: how to write mailer tests?
Justin Ko
jko170 at gmail.com
Thu Sep 2 11:27:45 EDT 2010
On Sep 2, 11:24 am, Toni Tuominen <tjt... at utu.fi> wrote:
> On Thu, Sep 2, 2010 at 6:16 PM, nathanvda <nathan... at gmail.com> wrote:
> > This will sound awfully stupid, but i have no idea how to start
> > writing any mailer tests.
>
> > I have a mailer class
>
> > class SmsMailer < ActionMailer::Base
>
> > def fake_sms(envelope)
> > mail(:to => envelope.user.email)
> > end
> > end
>
> > how do I test this?
> > I tried googling for documentation, but was unable to find something
> > relevant (probable used wrong search terms).
>
> > Or do i just do view-tests on the corresponding view?
>
> > _______________________________________________
> > rspec-users mailing list
> > rspec-us... at rubyforge.org
> >http://rubyforge.org/mailman/listinfo/rspec-users
>
> What you want ishttp://github.com/bmabey/email-spec.
> _______________________________________________
> rspec-users mailing list
> rspec-us... at rubyforge.orghttp://rubyforge.org/mailman/listinfo/rspec-users
+1 for the email-spec gem
More information about the rspec-users
mailing list