Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Do Not Merge] Added #deliver_now and #deliver_now! methods #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kurtfunai
Copy link
Collaborator

PR open just for discussion.

Added #deliver_now and #deliver_now! methods to match the ActionMailer DSL of newer rails versions

describe '#deliver_now' do
it 'has method_alias to #deliver' do
@message_decoy = Rails3Mailer.test_mail(Rails3Mailer::MAIL_PARAMS)
@message_decoy.method(:deliver_now).receiver == @message_decoy.method(:deliver).receiver
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Enter the multiverse folks
mult

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@glongman should I just delete these tests?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants