Skip to content

Commit

Permalink
Remove test files and omit them
Browse files Browse the repository at this point in the history
  • Loading branch information
t-richards committed Oct 16, 2019
1 parent 78d952e commit 1608f38
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crass.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ Gem::Specification.new do |s|

s.require_paths = ['lib']

s.files = `git ls-files`.split($/)
s.test_files = s.files.grep(%r{^(test|spec|features)/})
s.files = `git ls-files -z`.split("\x0").grep_v(%r{^test/})

# Development dependencies.
s.add_development_dependency 'minitest', '~> 5.0.8'
Expand Down

0 comments on commit 1608f38

Please sign in to comment.