aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/testing
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/lib/active_support/testing
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/lib/active_support/testing')
-rw-r--r--activesupport/lib/active_support/testing/default.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/activesupport/lib/active_support/testing/default.rb b/activesupport/lib/active_support/testing/default.rb
deleted file mode 100644
index a0bd6303c7..0000000000
--- a/activesupport/lib/active_support/testing/default.rb
+++ /dev/null
@@ -1,9 +0,0 @@
-module ActiveSupport
- module Testing
- module Default #:nodoc:
- # Placeholder so test/unit ignores test cases without any tests.
- def default_test
- end
- end
- end
-end