From 85261a5e96ca4b7a03899faf8e04a3e0cb5567e2 Mon Sep 17 00:00:00 2001 From: Yves Senn Date: Mon, 18 Mar 2013 08:25:18 +0100 Subject: remove ancient TODOs [ci skip]. --- actionpack/test/controller/output_escaping_test.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'actionpack/test/controller') diff --git a/actionpack/test/controller/output_escaping_test.rb b/actionpack/test/controller/output_escaping_test.rb index 43a8c05cda..c3c549fbfc 100644 --- a/actionpack/test/controller/output_escaping_test.rb +++ b/actionpack/test/controller/output_escaping_test.rb @@ -11,8 +11,6 @@ class OutputEscapingTest < ActiveSupport::TestCase end test "escapeHTML shouldn't touch explicitly safe strings" do - # TODO this seems easier to compose and reason about, but - # this should be verified assert_equal "<", ERB::Util.h("<".html_safe) end -- cgit v1.2.3