aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/test/fixtures
diff options
context:
space:
mode:
authorJoshua Peek <josh@joshpeek.com>2010-01-26 09:27:21 -0600
committerJoshua Peek <josh@joshpeek.com>2010-01-26 09:27:54 -0600
commit9f7190187cd755345557009a0b0ca9eec679b415 (patch)
treeada1fb1c4a11e3336b626b9754a280c8aa0d91bb /actionmailer/test/fixtures
parent52bb455c0d2d9ad6acc16d4679365d01723f6222 (diff)
downloadrails-9f7190187cd755345557009a0b0ca9eec679b415.tar.gz
rails-9f7190187cd755345557009a0b0ca9eec679b415.tar.bz2
rails-9f7190187cd755345557009a0b0ca9eec679b415.zip
Failing AM test for nested layouts
Diffstat (limited to 'actionmailer/test/fixtures')
-rw-r--r--actionmailer/test/fixtures/nested/layouts/spam.html.erb1
-rw-r--r--actionmailer/test/fixtures/nested_layout_mailer/signup.html.erb1
2 files changed, 2 insertions, 0 deletions
diff --git a/actionmailer/test/fixtures/nested/layouts/spam.html.erb b/actionmailer/test/fixtures/nested/layouts/spam.html.erb
new file mode 100644
index 0000000000..7a24b19b7f
--- /dev/null
+++ b/actionmailer/test/fixtures/nested/layouts/spam.html.erb
@@ -0,0 +1 @@
+Nested Spammer layout <%= yield %> \ No newline at end of file
diff --git a/actionmailer/test/fixtures/nested_layout_mailer/signup.html.erb b/actionmailer/test/fixtures/nested_layout_mailer/signup.html.erb
new file mode 100644
index 0000000000..4789e888c6
--- /dev/null
+++ b/actionmailer/test/fixtures/nested_layout_mailer/signup.html.erb
@@ -0,0 +1 @@
+We do not spam \ No newline at end of file