summaryrefslogtreecommitdiff
path: root/vendor/rails/activerecord/test/all.sh
Side-by-side diff
Diffstat (limited to 'vendor/rails/activerecord/test/all.sh') (more/less context) (ignore whitespace changes)
-rw-r--r--vendor/rails/activerecord/test/all.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/vendor/rails/activerecord/test/all.sh b/vendor/rails/activerecord/test/all.sh
deleted file mode 100644
index 8abd156..0000000
--- a/vendor/rails/activerecord/test/all.sh
+++ b/dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-
-if [ -z "$1" ]; then
- echo "Usage: $0 <database>" 1>&2
- exit 1
-fi
-
-ruby -I connections/native_$1 -e 'Dir["**/*_test.rb"].each { |path| require path }'