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

8 lines
242 B
Ruby
Raw Normal View History

require 'abstract_unit'
require 'test/unit'
require 'active_support/descendants_tracker'
require 'descendants_tracker_test_cases'
class DescendantsTrackerWithoutAutoloadingTest < Test::Unit::TestCase
include DescendantsTrackerTestCases
end