aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/test/fixtures
diff options
context:
space:
mode:
authorMr A <akshay.vishnoi@vinsol.com>2013-11-14 13:41:37 +0530
committerMr A <akshay.vishnoi@vinsol.com>2013-11-14 13:41:37 +0530
commit3134605391e4d5cf270f2ba79ea810eee4cffc5a (patch)
tree90bfad65e9db7c09cc075cd35245922b3737e21c /actionmailer/test/fixtures
parentc994e1086270cdfe4e145ea206049f05ef5414d6 (diff)
downloadrails-3134605391e4d5cf270f2ba79ea810eee4cffc5a.tar.gz
rails-3134605391e4d5cf270f2ba79ea810eee4cffc5a.tar.bz2
rails-3134605391e4d5cf270f2ba79ea810eee4cffc5a.zip
Ruby's new Hash syntax applied in actionmailer
Diffstat (limited to 'actionmailer/test/fixtures')
-rw-r--r--actionmailer/test/fixtures/base_mailer/email_with_translations.html.erb2
-rw-r--r--actionmailer/test/fixtures/test_mailer/included_subtemplate.text.erb2
2 files changed, 2 insertions, 2 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
diff --git a/actionmailer/test/fixtures/test_mailer/included_subtemplate.text.erb b/actionmailer/test/fixtures/test_mailer/included_subtemplate.text.erb
index a93c30ea1a..ae3cfa77e7 100644
--- a/actionmailer/test/fixtures/test_mailer/included_subtemplate.text.erb
+++ b/actionmailer/test/fixtures/test_mailer/included_subtemplate.text.erb
@@ -1 +1 @@
-Hey Ho, <%= render :partial => "subtemplate" %> \ No newline at end of file
+Hey Ho, <%= render partial: "subtemplate" %> \ No newline at end of file