Skip to content

Commit 2bf8b5b

Browse files
committed
Remove wrong TODO comment
1 parent 4ab0320 commit 2bf8b5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actionview/test/actionpack/abstract/abstract_controller_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ class Inheriting < self
168168
end
169169
end
170170

171-
class OverridingLocalPrefixesTest < ActiveSupport::TestCase # TODO: remove me in 5.0/4.3.
171+
class OverridingLocalPrefixesTest < ActiveSupport::TestCase
172172
test "overriding .local_prefixes adds prefix" do
173173
@controller = OverridingLocalPrefixes.new
174174
@controller.process(:index)

0 commit comments

Comments
 (0)