From 68df54e341a118b6658cfe0dcd2ff9b006883d20 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 27 Sep 2009 17:26:48 -0700 Subject: gemspec: fix test_files regexp match Not sure if anybody runs tests with Rubygems directly (instead of unpacking the source tree, but it's there) --- unicorn.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3-24-ge0c7