diff --git a/mutant-rspec.gemspec b/mutant-rspec.gemspec index f77e85d3..2f8dd01a 100644 --- a/mutant-rspec.gemspec +++ b/mutant-rspec.gemspec @@ -14,7 +14,7 @@ Gem::Specification.new do |gem| gem.require_paths = %w[lib] gem.files = `git ls-files -- lib/mutant/integration/rspec.rb`.split("\n") - gem.test_files = `git ls-files -- spec/{unit,integration}/mutant/rspec/**/*.rb}`.split("\n") + gem.test_files = `git ls-files -- spec/integration/mutant/rspec_spec.rb}`.split("\n") gem.extra_rdoc_files = %w[TODO LICENSE] gem.add_runtime_dependency('mutant', "~> #{gem.version}") diff --git a/mutant.gemspec b/mutant.gemspec index 287c0abb..9fd4dc79 100644 --- a/mutant.gemspec +++ b/mutant.gemspec @@ -14,9 +14,9 @@ Gem::Specification.new do |gem| gem.require_paths = %w[lib] - mutant_rspec_files = `git ls-files -- lib/mutant/integration/rspec{,2,3}.rb`.split("\n") + mutant_integration_files = `git ls-files -- lib/mutant/integration/*.rb`.split("\n") - gem.files = `git ls-files`.split("\n") - mutant_rspec_files + gem.files = `git ls-files`.split("\n") - mutant_integration_files gem.test_files = `git ls-files -- spec/{unit,integration}`.split("\n") gem.extra_rdoc_files = %w[TODO LICENSE] gem.executables = %w[mutant]