Skip to content

Commit d7443a5

Browse files
committed
Add SimpleCov as a development dependency
It is a development dependency of puppet-lint. Fixes: An error occurred while loading ./spec/puppet-lint/plugins/check_strict_indent_spec.rb. Failure/Error: PuppetLint::Plugins.load_spec_helper LoadError: cannot load such file -- simplecov # /home/romain/.bundle/gems/puppet-lint-2.3.6/spec/spec_helper.rb:1:in `require' # /home/romain/.bundle/gems/puppet-lint-2.3.6/spec/spec_helper.rb:1:in `<top (required)>' # /usr/home/romain/.bundle/gems/puppet-lint-2.3.6/lib/puppet-lint/plugins.rb:28:in `load' # /usr/home/romain/.bundle/gems/puppet-lint-2.3.6/lib/puppet-lint/plugins.rb:28:in `load_spec_helper' # ./spec/spec_helper.rb:3:in `<top (required)>' # ./spec/puppet-lint/plugins/check_strict_indent_spec.rb:1:in `require' # ./spec/puppet-lint/plugins/check_strict_indent_spec.rb:1:in `<top (required)>'
1 parent 926a7ae commit d7443a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

puppet-lint-strict_indent-check.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,5 @@ Gem::Specification.new do |spec|
2222
spec.add_development_dependency 'rspec-its', '~> 1.0'
2323
spec.add_development_dependency 'rspec-collection_matchers', '~> 1.0'
2424
spec.add_development_dependency 'rake'
25+
spec.add_development_dependency 'simplecov'
2526
end

0 commit comments

Comments
 (0)