From ad57e9666cb74e65f1647b21a6f515bd7b8df62d Mon Sep 17 00:00:00 2001 From: Christian Bruckmayer Date: Wed, 18 Jul 2018 14:47:40 +0200 Subject: Remove test_files from gemspec MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit as there is no way to test the gem anymore anyway. Reference: https://github.com/rubygems/rubygems/commit/429f883210f8b2b38ea310f7fc6636cd0e456d5c https://github.com/rubygems/rubygems/commit/429f883210f8b2b38ea310f7fc6636cd0e456d5c Co-authored-by: Ana María Martínez Gómez --- rack.gemspec | 1 - 1 file changed, 1 deletion(-) (limited to 'rack.gemspec') diff --git a/rack.gemspec b/rack.gemspec index 3d1a6262..23b7c499 100644 --- a/rack.gemspec +++ b/rack.gemspec @@ -23,7 +23,6 @@ EOF s.executables << 'rackup' s.require_path = 'lib' s.extra_rdoc_files = ['README.rdoc', 'HISTORY.md'] - s.test_files = Dir['test/spec_*.rb'] s.author = 'Leah Neukirchen' s.email = 'leah@vuxu.org' -- cgit v1.2.1