aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/test/fixtures/templates
diff options
context:
space:
mode:
Diffstat (limited to 'actionmailer/test/fixtures/templates')
-rw-r--r--actionmailer/test/fixtures/templates/signed_up.erb3
-rw-r--r--actionmailer/test/fixtures/templates/signed_up.rhtml3
2 files changed, 3 insertions, 3 deletions
diff --git a/actionmailer/test/fixtures/templates/signed_up.erb b/actionmailer/test/fixtures/templates/signed_up.erb
new file mode 100644
index 0000000000..a85d5fa442
--- /dev/null
+++ b/actionmailer/test/fixtures/templates/signed_up.erb
@@ -0,0 +1,3 @@
+Hello there,
+
+Mr. <%= @recipient %> \ No newline at end of file
diff --git a/actionmailer/test/fixtures/templates/signed_up.rhtml b/actionmailer/test/fixtures/templates/signed_up.rhtml
index a85d5fa442..e69de29bb2 100644
--- a/actionmailer/test/fixtures/templates/signed_up.rhtml
+++ b/actionmailer/test/fixtures/templates/signed_up.rhtml
@@ -1,3 +0,0 @@
-Hello there,
-
-Mr. <%= @recipient %> \ No newline at end of file