Skip to content

Commit

Permalink
adds parens to silence a warning in the test suite of AS
Browse files Browse the repository at this point in the history
  • Loading branch information
fxn committed Jun 20, 2010
1 parent 207fa59 commit 69fec3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activesupport/test/descendants_tracker_test.rb
Expand Up @@ -35,7 +35,7 @@ def test_direct_descendants
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
Expand Down

0 comments on commit 69fec3a

Please sign in to comment.