aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/runner
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/test/runner')
-rwxr-xr-xactionpack/test/runner8
1 files changed, 0 insertions, 8 deletions
diff --git a/actionpack/test/runner b/actionpack/test/runner
deleted file mode 100755
index c2bbe63c75..0000000000
--- a/actionpack/test/runner
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/usr/bin/env ruby
-
-
-ARGV.each do |arg|
- Dir["#{Dir.pwd}/#{arg}/**/*_test.rb"].each do |file|
- require file
- end
-end \ No newline at end of file