Started again with Rails 4
[feedcatcher.git] / vendor / rails / activesupport / lib / active_support / testing / default.rb
diff --git a/vendor/rails/activesupport/lib/active_support/testing/default.rb b/vendor/rails/activesupport/lib/active_support/testing/default.rb
deleted file mode 100644 (file)
index a0bd630..0000000
+++ /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