Skip to content

Instantly share code, notes, and snippets.

@joshmcarthur
Created September 29, 2013 21:25
Show Gist options
  • Save joshmcarthur/6756688 to your computer and use it in GitHub Desktop.
Save joshmcarthur/6756688 to your computer and use it in GitHub Desktop.
Stub action mailer rendering
# Prevent action mailer from trying to render anything
ActionMailer::Base.any_instance.stub(each_template: nil)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment