diff options
author | José Valim <jose.valim@gmail.com> | 2010-01-26 19:50:59 +0100 |
---|---|---|
committer | José Valim <jose.valim@gmail.com> | 2010-01-26 19:50:59 +0100 |
commit | 9f63c4b26e6afe04849dc906b52177ba5221e3b7 (patch) | |
tree | d25cee452fb99293a80c31ec100da65338392733 /actionmailer/test/fixtures | |
parent | af43674c1cc73630736537a73e79a24ac2bef995 (diff) | |
download | rails-9f63c4b26e6afe04849dc906b52177ba5221e3b7.tar.gz rails-9f63c4b26e6afe04849dc906b52177ba5221e3b7.tar.bz2 rails-9f63c4b26e6afe04849dc906b52177ba5221e3b7.zip |
Bring AM tests back to green again.
Diffstat (limited to 'actionmailer/test/fixtures')
-rw-r--r-- | actionmailer/test/fixtures/nested/layouts/spam.html.erb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/actionmailer/test/fixtures/nested/layouts/spam.html.erb b/actionmailer/test/fixtures/nested/layouts/spam.html.erb deleted file mode 100644 index 7a24b19b7f..0000000000 --- a/actionmailer/test/fixtures/nested/layouts/spam.html.erb +++ /dev/null @@ -1 +0,0 @@ -Nested Spammer layout <%= yield %>
\ No newline at end of file |