mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 05:17:07 +02:00
12 lines
423 B
Diff
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"]
|