From 5ec990af9e348e245b6583c49bba90a00e50c6db Mon Sep 17 00:00:00 2001 From: Jamis Buck Date: Thu, 16 Jun 2005 11:39:29 +0000 Subject: Helper support for ActionMailer git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1446 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionmailer/test/fixtures/helper_mailer/use_test_helper.rhtml | 1 + 1 file changed, 1 insertion(+) create mode 100644 actionmailer/test/fixtures/helper_mailer/use_test_helper.rhtml (limited to 'actionmailer/test/fixtures/helper_mailer/use_test_helper.rhtml') diff --git a/actionmailer/test/fixtures/helper_mailer/use_test_helper.rhtml b/actionmailer/test/fixtures/helper_mailer/use_test_helper.rhtml new file mode 100644 index 0000000000..52ea9aa413 --- /dev/null +++ b/actionmailer/test/fixtures/helper_mailer/use_test_helper.rhtml @@ -0,0 +1 @@ +So, <%= test_format(@text) %> -- cgit v1.2.3