aports/community/ruby-rspec-its/gemspec.patch
2024-08-15 10:11:13 +00:00

12 lines
423 B
Diff

--- a/rspec-its.gemspec
+++ b/rspec-its.gemspec
@@ -21,7 +21,7 @@
'source_code_uri' => 'https://github.com/rspec/rspec-its',
}
- spec.files = `git ls-files`.split($/) - %w[cucumber.yml]
+ spec.files = Dir["lib/**/*"]
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]