aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer
diff options
context:
space:
mode:
Diffstat (limited to 'actionmailer')
-rw-r--r--actionmailer/test/fixtures/test_mailer/included_subtemplate.text.plain.erb1
-rw-r--r--actionmailer/test/fixtures/test_mailer/subtemplate.text.plain.erb1
2 files changed, 2 insertions, 0 deletions
diff --git a/actionmailer/test/fixtures/test_mailer/included_subtemplate.text.plain.erb b/actionmailer/test/fixtures/test_mailer/included_subtemplate.text.plain.erb
new file mode 100644
index 0000000000..de9b2039fa
--- /dev/null
+++ b/actionmailer/test/fixtures/test_mailer/included_subtemplate.text.plain.erb
@@ -0,0 +1 @@
+Hey Ho, <%= render "subtemplate" %> \ No newline at end of file
diff --git a/actionmailer/test/fixtures/test_mailer/subtemplate.text.plain.erb b/actionmailer/test/fixtures/test_mailer/subtemplate.text.plain.erb
new file mode 100644
index 0000000000..3b4ba35f20
--- /dev/null
+++ b/actionmailer/test/fixtures/test_mailer/subtemplate.text.plain.erb
@@ -0,0 +1 @@
+let's go! \ No newline at end of file