about summary refs log tree commit homepage
path: root/test
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-02-06 18:34:30 -0800
committerEric Wong <normalperson@yhbt.net>2009-02-09 19:52:11 -0800
commit6a240c1e7a0d4d174423d362078d45bedae07594 (patch)
tree1c1cd7c66e1920d391b87100a0aab94643e509a4 /test
parent64e45d14ba2d2ee2f96635939f1e3aed5911e792 (diff)
downloadunicorn-6a240c1e7a0d4d174423d362078d45bedae07594.tar.gz
We're not using them and they don't seem useful in any
shape or form...
Diffstat (limited to 'test')
-rw-r--r--test/mime.yaml3
-rw-r--r--test/mongrel.conf1
-rw-r--r--test/test_suite.rb3
3 files changed, 0 insertions, 7 deletions
diff --git a/test/mime.yaml b/test/mime.yaml
deleted file mode 100644
index 6e7bb04..0000000
--- a/test/mime.yaml
+++ /dev/null
@@ -1,3 +0,0 @@
----
-.jpeg: image/jpeg
-.png: image/test
diff --git a/test/mongrel.conf b/test/mongrel.conf
deleted file mode 100644
index 64c1a8f..0000000
--- a/test/mongrel.conf
+++ /dev/null
@@ -1 +0,0 @@
-uri "/fromconf", :handler => Unicorn::Error404Handler.new("test")
diff --git a/test/test_suite.rb b/test/test_suite.rb
deleted file mode 100644
index e3bb0dc..0000000
--- a/test/test_suite.rb
+++ /dev/null
@@ -1,3 +0,0 @@
-Dir.glob('test/unit/*').select { |path| path =~ /^test\/unit\/test_.*\.rb$/ }.each do |test_path|
-  require test_path
-end