about summary refs log tree commit homepage
diff options
context:
space:
mode:
-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>)