aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/descendants_tracker_without_autoloading_test.rb
diff options
context:
space:
mode:
authorRolf Timmermans <r.timmermans@voormedia.com>2011-03-13 16:52:34 +0100
committerRolf Timmermans <r.timmermans@voormedia.com>2011-03-13 17:04:01 +0100
commit76e4e2fa468593c42623472055d329dfeb577c49 (patch)
treedd6c654db48363a192a496a419e9cfa62f2d6d93 /activesupport/test/descendants_tracker_without_autoloading_test.rb
parent56a0cba7bedea46bb01f7f9e8db9398aeeac950b (diff)
downloadrails-76e4e2fa468593c42623472055d329dfeb577c49.tar.gz
rails-76e4e2fa468593c42623472055d329dfeb577c49.tar.bz2
rails-76e4e2fa468593c42623472055d329dfeb577c49.zip
Refactored AS::DescendantsTracker test cases so they can be tested without AS::Dependencies.
Diffstat (limited to 'activesupport/test/descendants_tracker_without_autoloading_test.rb')
-rw-r--r--activesupport/test/descendants_tracker_without_autoloading_test.rb8
1 files changed, 8 insertions, 0 deletions
diff --git a/activesupport/test/descendants_tracker_without_autoloading_test.rb b/activesupport/test/descendants_tracker_without_autoloading_test.rb
new file mode 100644
index 0000000000..1f0c32dc3f
--- /dev/null
+++ b/activesupport/test/descendants_tracker_without_autoloading_test.rb
@@ -0,0 +1,8 @@
+require 'abstract_unit'
+require 'test/unit'
+require 'active_support/descendants_tracker'
+require 'descendants_tracker_test_cases'
+
+class DescendantsTrackerWithoutAutoloadingTest < Test::Unit::TestCase
+ include DescendantsTrackerTestCases
+end \ No newline at end of file