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
226 B
Ruby
Raw Normal View History

require 'abstract_unit'
require 'active_support/descendants_tracker'
require 'descendants_tracker_test_cases'
2012-01-05 20:12:46 -05:00
class DescendantsTrackerWithoutAutoloadingTest < ActiveSupport::TestCase
include DescendantsTrackerTestCases
2012-01-06 17:42:53 -05:00
end