about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-09-27 17:26:48 -0700
committerEric Wong <normalperson@yhbt.net>2009-09-27 17:26:48 -0700
commit68df54e341a118b6658cfe0dcd2ff9b006883d20 (patch)
tree0ff0f650822b454e7c1d96395869ffa07ec1c8f0
parent899bee1fe5eb01efbadc44a00eed71358e77141b (diff)
downloadunicorn-68df54e341a118b6658cfe0dcd2ff9b006883d20.tar.gz
Not sure if anybody runs tests with Rubygems directly
(instead of unpacking the source tree, but it's there)
-rw-r--r--unicorn.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/unicorn.gemspec b/unicorn.gemspec
index 9ff8ccc..f970a57 100644
--- a/unicorn.gemspec
+++ b/unicorn.gemspec
@@ -33,7 +33,7 @@ Gem::Specification.new do |s|
   s.require_paths = %w(lib ext)
   s.rubyforge_project = %q{mongrel}
   s.summary = %q{Rack HTTP server for Unix and fast clients}
-  s.test_files = manifest.grep(%r{\Atest/unit/test_*\.rb\z})
+  s.test_files = manifest.grep(%r{\Atest/unit/test_.*\.rb\z})
 
   s.add_dependency(%q<rack>)