Froze rails gems
[depot.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
new file mode 100644 (file)
index 0000000..a0bd630
--- /dev/null
@@ -0,0 +1,9 @@
+module ActiveSupport
+  module Testing
+    module Default #:nodoc:
+      # Placeholder so test/unit ignores test cases without any tests.
+      def default_test
+      end
+    end
+  end
+end