Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-27 | Use rspec let instead of instance variables | Josh Cooper | |
Also remove shebang line, as they are not executable via ruby. | |||
2018-06-27 | Automatic update of rubocop violations | Josh Cooper | |
Add exclusions for: Layout/IndentHeredoc, Metrics/BlockNesting: Metrics/LineLength: Style/AccessorMethodName: Style/DoubleNegation: Style/MultipleComparison: Style/NumericPredicate: Style/PredicateName: Style/SignalException: Style/VariableName: SignalException is disabled because Puppet::Type#fail overrides Kernel#fail, and we really do want fail and not raise. | |||
2018-06-27 | Update for pdk test unit | Josh Cooper | |
Add tmpfile helper | |||
2018-06-27 | Initial augeas import from puppet#2b83deb189 | Josh Cooper | |