aboutsummaryrefslogtreecommitdiff
path: root/spec
AgeCommit message (Collapse)Author
2021-03-11(maint) Switch to rspec-mocksGabriel Nagy
2019-10-24(maint) Update module using PDK 1.14.0mihaibuzgau
2019-01-08(maint) update PDK to 1.8.0; update all templatesMelissa Stone
2018-07-17Include puppet 6 and remove default roleJosh Cooper
* Bump max version to 7 * Install module on all hosts, not just those with the default role
2018-07-10Convert query based test to rspecJosh Cooper
2018-07-10Convert modify based tests to rspecJosh Cooper
Consolidate tests relating to modifying host entries.
2018-07-10Convert destroy based tests to rspecJosh Cooper
Consolidate tests relating to destroying host entries.
2018-07-10Convert create based tests to rspecJosh Cooper
Consolidate tests relating to creating host entries.
2018-07-10Add spec_helper_acceptanceJosh Cooper
2018-07-10Rename beaker tests to end with _specJosh Cooper
2018-07-10Add default centos nodesetJosh Cooper
2018-07-10Actually delete tempfilesJosh Cooper
Call cleanup after each test completes The record_tmp method needs to record the files to be deleted in the same class variable that the cleanup method uses.
2018-07-10Remove RSpec/AnyInstance violationJosh Cooper
Just pass the hostfile as the target when creating the Puppet::Type::Host instance.
2018-07-10Remove RSpec/InstanceVariable violationsJosh Cooper
Use `let` instead.
2018-07-10Remove Lint/AssignmentInCondition violationJosh Cooper
2018-07-10Remove Lint/EndAlignment violationsJosh Cooper
2018-07-10Remove Lint/HandleExceptions violationsJosh Cooper
2018-07-10Remove Style/GlobalVars violationsJosh Cooper
2018-07-10Remove Lint/ScriptPermission violationJosh Cooper
rspec files are not directly executable by ruby, so remove shebang line
2018-07-09Automatic validation updatesJosh Cooper
Updated rubocop violations using `pdk validate -a`.
2018-07-09Add local spec_helperJosh Cooper
2018-07-09Initial host import from puppet#ee7cf4d28077be7d1bdbbe934ea012d41d33deffJosh Cooper
2018-07-09Initial pdk new moduleJosh Cooper