diff --git a/munster.gemspec b/munster.gemspec index 1d74183..f6c6f9f 100644 --- a/munster.gemspec +++ b/munster.gemspec @@ -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"]