Skip to content

Commit

Permalink
Merge pull request #28 from r7kamura/gemspec-test-files
Browse files Browse the repository at this point in the history
Remove deprecated test_files from gemspec
  • Loading branch information
r7kamura committed Aug 2, 2024
2 parents 9d14175 + 8f2f764 commit 41b4ac7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rspec-request_describer.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,5 @@ Gem::Specification.new do |spec|
end

spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ['lib']
end

0 comments on commit 41b4ac7

Please sign in to comment.