Skip to content

Commit

Permalink
Simplify test file filter regex
Browse files Browse the repository at this point in the history
  • Loading branch information
konsolebox committed Dec 29, 2021
1 parent cbce40e commit 207e1a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion digest-xxhash.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Gem::Specification.new do |spec|
test/test.vectors
test/xxhsum.c.c0e86bc0.diff
]
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.test_files = spec.files.grep(%r{^test/})
spec.require_paths = ["lib"]

spec.add_development_dependency "rake"
Expand Down

0 comments on commit 207e1a7

Please sign in to comment.