aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/test/fixtures
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2012-09-29 22:29:29 +0200
committerYves Senn <yves.senn@gmail.com>2012-10-28 20:45:43 +0100
commitb786f065d3fc6b0869f7f485042e8667e71ff66d (patch)
tree703e918d99de02f946898f019a74c1be5eff359e /actionmailer/test/fixtures
parent2e44dda27ae8df9301b1a83bfaa74708678bfcd4 (diff)
downloadrails-b786f065d3fc6b0869f7f485042e8667e71ff66d.tar.gz
rails-b786f065d3fc6b0869f7f485042e8667e71ff66d.tar.bz2
rails-b786f065d3fc6b0869f7f485042e8667e71ff66d.zip
Do not render views when mail() isn't called. (NullMail refactoring)
Diffstat (limited to 'actionmailer/test/fixtures')
-rw-r--r--actionmailer/test/fixtures/base_mailer/without_mail_call.erb1
1 files changed, 1 insertions, 0 deletions
diff --git a/actionmailer/test/fixtures/base_mailer/without_mail_call.erb b/actionmailer/test/fixtures/base_mailer/without_mail_call.erb
new file mode 100644
index 0000000000..290379d5fb
--- /dev/null
+++ b/actionmailer/test/fixtures/base_mailer/without_mail_call.erb
@@ -0,0 +1 @@
+<% raise 'the template should not be rendered' %> \ No newline at end of file