diff options
author | Michael Koziarski <michael@koziarski.com> | 2007-11-22 05:01:43 +0000 |
---|---|---|
committer | Michael Koziarski <michael@koziarski.com> | 2007-11-22 05:01:43 +0000 |
commit | e0ce6911871f63cac48288e59a1300506b8bb26d (patch) | |
tree | 26c114cf65f407da2da95bb60a1ca6ba326ff9a3 | |
parent | 155eb47cf3a815306c5c9b6fcd254b838fc26b5c (diff) | |
download | rails-e0ce6911871f63cac48288e59a1300506b8bb26d.tar.gz rails-e0ce6911871f63cac48288e59a1300506b8bb26d.tar.bz2 rails-e0ce6911871f63cac48288e59a1300506b8bb26d.zip |
Add missing sub template fixtures. References #10130 [java]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8188 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
-rw-r--r-- | actionmailer/test/fixtures/test_mailer/included_subtemplate.text.plain.erb | 1 | ||||
-rw-r--r-- | actionmailer/test/fixtures/test_mailer/subtemplate.text.plain.erb | 1 |
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 |