aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/test/fixtures/base_mailer/email_with_translations.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'actionmailer/test/fixtures/base_mailer/email_with_translations.html.erb')
-rw-r--r--actionmailer/test/fixtures/base_mailer/email_with_translations.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionmailer/test/fixtures/base_mailer/email_with_translations.html.erb b/actionmailer/test/fixtures/base_mailer/email_with_translations.html.erb
index 30466dd005..d676a6d2da 100644
--- a/actionmailer/test/fixtures/base_mailer/email_with_translations.html.erb
+++ b/actionmailer/test/fixtures/base_mailer/email_with_translations.html.erb
@@ -1 +1 @@
-<%= t('.greet_user', :name => 'lifo') %> \ No newline at end of file
+<%= t('.greet_user', name: 'lifo') %> \ No newline at end of file