mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
adds parens to silence a warning in the test suite of AS
This commit is contained in:
@@ -35,7 +35,7 @@ class DescendantsTrackerTest < Test::Unit::TestCase
|
||||
end
|
||||
|
||||
def test_clear_with_autoloaded_parent_children_and_granchildren
|
||||
mark_as_autoloaded *ALL do
|
||||
mark_as_autoloaded(*ALL) do
|
||||
ActiveSupport::DescendantsTracker.clear
|
||||
assert ActiveSupport::DescendantsTracker.descendants.slice(*ALL).empty?
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user