aboutsummaryrefslogtreecommitdiffstats
path: root/railties/generators/mailer/templates/fixture.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'railties/generators/mailer/templates/fixture.rhtml')
-rw-r--r--railties/generators/mailer/templates/fixture.rhtml4
1 files changed, 4 insertions, 0 deletions
diff --git a/railties/generators/mailer/templates/fixture.rhtml b/railties/generators/mailer/templates/fixture.rhtml
new file mode 100644
index 0000000000..f315d430ed
--- /dev/null
+++ b/railties/generators/mailer/templates/fixture.rhtml
@@ -0,0 +1,4 @@
+<%= class_name %>#<%= action %>
+
+Find me in test/fixtures/<%= file_name %>/<%= action %>.
+I'm tested against the view in app/views/<%= file_name %>/<%= action %>.