Skip to content

Commit

Permalink
Remove unnecessary test_files from the gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
pocke authored and jkowens committed Aug 17, 2021
1 parent 7092f0e commit 39488d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sinatra.gemspec
Expand Up @@ -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]

Expand Down

0 comments on commit 39488d9

Please sign in to comment.