From 6a7fc51c6675786f4791c45edc1fac42ea6e3df9 Mon Sep 17 00:00:00 2001 From: Leon Breedt Date: Sun, 20 Feb 2005 01:07:54 +0000 Subject: add code coverage testing scripts, remove dead code detected by said scripts git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@708 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionwebservice/test/run | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 actionwebservice/test/run (limited to 'actionwebservice/test/run') 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 -- cgit v1.2.3