Skip to content

Commit

Permalink
Include tests in gem package
Browse files Browse the repository at this point in the history
There is little overhead to this and it is easier to see how the gem works using just `bundle open` when these are in place.
  • Loading branch information
julik committed Aug 8, 2024
1 parent ff04d51 commit 7444b67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion munster.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
spec.files = Dir.chdir(__dir__) do
`git ls-files -z`.split("\x0").reject do |f|
(File.expand_path(f) == __FILE__) ||
f.start_with?(*%w[bin/ test/ spec/ features/ .git .github appveyor Gemfile])
f.start_with?(*%w[bin/ .git .github appveyor Gemfile])
end
end
spec.require_paths = ["lib"]
Expand Down

0 comments on commit 7444b67

Please sign in to comment.