aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/test_test.rb
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2010-10-01 17:22:42 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2010-10-01 17:22:42 -0700
commitff2fdcc52b391514cb62c2a1ef29827ac94914c6 (patch)
tree611174655a727e07022c7893ad1ff50caa178b27 /activesupport/test/test_test.rb
parent542ddd8c891e27278cdac26763b6ff8aadbfdf68 (diff)
downloadrails-ff2fdcc52b391514cb62c2a1ef29827ac94914c6.tar.gz
rails-ff2fdcc52b391514cb62c2a1ef29827ac94914c6.tar.bz2
rails-ff2fdcc52b391514cb62c2a1ef29827ac94914c6.zip
removing AS::Testing::Default in favor of just undefing default_test
Diffstat (limited to 'activesupport/test/test_test.rb')
-rw-r--r--activesupport/test/test_test.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/activesupport/test/test_test.rb b/activesupport/test/test_test.rb
index cdaf63961a..ee5a20c789 100644
--- a/activesupport/test/test_test.rb
+++ b/activesupport/test/test_test.rb
@@ -126,13 +126,6 @@ class AssertPresentTest < ActiveSupport::TestCase
end
end
-# These should always pass
-if ActiveSupport::Testing.const_defined?(:Default)
- class NotTestingThingsTest < Test::Unit::TestCase
- include ActiveSupport::Testing::Default
- end
-end
-
class AlsoDoingNothingTest < ActiveSupport::TestCase
end