about summary refs log tree commit homepage
path: root/test/test_suite.rb
diff options
context:
space:
mode:
authorIan Ownbey <ian@inspir.es>2009-01-31 14:18:08 -0800
committerIan Ownbey <ian@inspir.es>2009-01-31 14:18:08 -0800
commitfa82e8e3fb52e0107163e57a705cc652f276e1ab (patch)
tree8bf4e995294379699cefec179a77f711d079ad2b /test/test_suite.rb
parentdda58fa2d58c4ab2bda0a9580841e3c4e09bb30c (diff)
parentcb3b9862a5fef4f3fd197e0319bbea0de562f9da (diff)
downloadunicorn-fa82e8e3fb52e0107163e57a705cc652f276e1ab.tar.gz
* 'master' of git@github.com:fauna/mongrel:
  Merge pivotal code.
  Moving toward using a logger instead of dumping to STDERR all over the place.
  TODO been did.
  No commands.
Diffstat (limited to 'test/test_suite.rb')
-rw-r--r--test/test_suite.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/test_suite.rb b/test/test_suite.rb
new file mode 100644
index 0000000..e3bb0dc
--- /dev/null
+++ b/test/test_suite.rb
@@ -0,0 +1,3 @@
+Dir.glob('test/unit/*').select { |path| path =~ /^test\/unit\/test_.*\.rb$/ }.each do |test_path|
+  require test_path
+end