From d7aa32d5d04fc98730073523d429d9ce2547316a Mon Sep 17 00:00:00 2001 From: Rick Olson Date: Fri, 26 Oct 2007 05:32:30 +0000 Subject: Update tests for ActiveSupport's JSON escaping change. [rick] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8034 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/test/template/date_helper_test.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'actionpack/test/template/date_helper_test.rb') diff --git a/actionpack/test/template/date_helper_test.rb b/actionpack/test/template/date_helper_test.rb index 92a0a0a43e..c5b672a791 100755 --- a/actionpack/test/template/date_helper_test.rb +++ b/actionpack/test/template/date_helper_test.rb @@ -13,6 +13,9 @@ class DateHelperTest < Test::Unit::TestCase def id_before_type_cast 123 end + def to_param + '123' + end end end -- cgit v1.2.3