Skip to content

Commit 5c71dd1

Browse files
committed
(MAINT) Restore spec files in gems
This commit corrects a regression caused by the removal of `spec/**/*',` in the gemspec. As noted by @ekohl in #60, it would break every plugin due to the consumption of the spec helpers from puppet-lint.
1 parent 6fc3d5e commit 5c71dd1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

puppet-lint.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Gem::Specification.new do |spec|
1616
'.rubocop.yml',
1717
'lib/**/*',
1818
'bin/**/*',
19+
'spec/**/*',
1920
]
2021
spec.executables = Dir['bin/**/*'].map { |f| File.basename(f) }
2122
spec.require_paths = ['lib']

0 commit comments

Comments
 (0)