aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template/date_helper_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/test/template/date_helper_test.rb')
-rwxr-xr-xactionpack/test/template/date_helper_test.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/actionpack/test/template/date_helper_test.rb b/actionpack/test/template/date_helper_test.rb
index bb6cd19013..7197a1a9c1 100755
--- a/actionpack/test/template/date_helper_test.rb
+++ b/actionpack/test/template/date_helper_test.rb
@@ -507,7 +507,7 @@ class DateHelperTest < Test::Unit::TestCase
_erbout = ''
- fields_for :post => @post do |f|
+ fields_for :post, @post do |f|
_erbout.concat f.date_select(:written_on)
end
@@ -524,7 +524,7 @@ class DateHelperTest < Test::Unit::TestCase
_erbout = ''
- fields_for :post => @post do |f|
+ fields_for :post, @post do |f|
_erbout.concat f.datetime_select(:updated_at)
end