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