Skip to content

Commit

Permalink
test_files is obsolete (#9)
Browse files Browse the repository at this point in the history
- No functional purpose since 2014
- See: rubygems/guides#90
  • Loading branch information
pboling authored Mar 15, 2024
1 parent 54b74c0 commit 13bddf2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion simplecov_json_formatter.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ Gem::Specification.new 'simplecov_json_formatter' do |s|
s.license = 'MIT'

s.files = Dir['{lib}/**/*.*', '*.md']
s.test_files = Dir['{test}/**/*.*']
s.require_paths = ['lib']

s.required_ruby_version = '>= 2.4.0'
Expand Down

0 comments on commit 13bddf2

Please sign in to comment.