diff options
Diffstat (limited to 'actionwebservice/test/run')
-rwxr-xr-x | actionwebservice/test/run | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/actionwebservice/test/run b/actionwebservice/test/run new file mode 100755 index 0000000000..5c6f8b2bc2 --- /dev/null +++ b/actionwebservice/test/run @@ -0,0 +1,5 @@ +#!/usr/bin/env ruby + +Dir[File.join(File.dirname(__FILE__), '*_test.rb')].each do |f| + require f +end |