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:
parent
4ab0320fb4
commit
2bf8b5b6ec
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue