email-spec
*.feature
Then I should receive an email
# Here "I" will refer to current_email_address method in module EmailHelpers, default is "example@example.com"
ps.while testing, make sure you assign the correct email
to to:
attribue while you're mailing, even you assign an invalid string to to:
, ActionMailer doesn't complain and raise any error.