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, 8 insertions, 0 deletions
diff --git a/actionpack/test/runner b/actionpack/test/runner
new file mode 100755
index 0000000000..c2bbe63c75
--- /dev/null
+++ b/actionpack/test/runner
@@ -0,0 +1,8 @@
+#!/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