1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Remove wrong TODO comment

This commit is contained in:
Rafael Mendonça França 2015-01-04 15:18:09 -03:00
parent 4ab0320fb4
commit 2bf8b5b6ec

View file

@ -168,7 +168,7 @@ module AbstractController
end
end
class OverridingLocalPrefixesTest < ActiveSupport::TestCase # TODO: remove me in 5.0/4.3.
class OverridingLocalPrefixesTest < ActiveSupport::TestCase
test "overriding .local_prefixes adds prefix" do
@controller = OverridingLocalPrefixes.new
@controller.process(:index)