Add minimal documentation

This commit is contained in:
Marcello Barnaba 2011-05-24 00:04:09 +02:00 committed by Jason Morrison
parent 99428602aa
commit 1d9c303704
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ module Shoulda # :nodoc:
# it { should have_sent_email.from('do-not-reply@example.com') }
# it { should have_sent_email.with_body(/is spam\./) }
# it { should have_sent_email.to('myself@me.com') }
# it { should have_sent_email.with_part('text/html', /HTML spam/) }
# it { should have_sent_email.with_subject(/spam/).
# from('do-not-reply@example.com').
# with_body(/spam/).