aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/all.sh
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/test/all.sh')
-rwxr-xr-xactiverecord/test/all.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/activerecord/test/all.sh b/activerecord/test/all.sh
deleted file mode 100755
index 8abd156230..0000000000
--- a/activerecord/test/all.sh
+++ /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 }'