mirror of
https://github.com/github/rails.git
synced 2026-01-08 22:27:59 -05:00
8 lines
242 B
Ruby
8 lines
242 B
Ruby
require 'abstract_unit'
|
|
require 'test/unit'
|
|
require 'active_support/descendants_tracker'
|
|
require 'descendants_tracker_test_cases'
|
|
|
|
class DescendantsTrackerWithoutAutoloadingTest < Test::Unit::TestCase
|
|
include DescendantsTrackerTestCases
|
|
end |