Remove unnecessary `test_files` from the gemspec

This commit is contained in:
Masataka Pocke Kuwabara 2021-07-23 17:22:33 +09:00 committed by Jordan Owens
parent 7092f0e0a7
commit 39488d93be
1 changed files with 0 additions and 1 deletions

View File

@ -19,7 +19,6 @@ Gem::Specification.new 'sinatra', version do |s|
"SECURITY.md",
"sinatra.gemspec",
"VERSION"]
s.test_files = s.files.select { |p| p =~ /^test\/.*_test.rb/ }
s.extra_rdoc_files = %w[README.md LICENSE]
s.rdoc_options = %w[--line-numbers --title Sinatra --main README.rdoc --encoding=UTF-8]