summaryrefslogtreecommitdiff
path: root/spec
AgeCommit message (Collapse)Author
2016-11-02Improve tests setupvarac
- Add .fixtures.yaml to checkout common module - Use puppetlabs-spec-helper in spec_helper.rb
2016-11-02Compile test, test apt::confvarac
2015-12-20[tests] Use beaker+docker for acceptance testsvarac
Beaker together with docker is a very fast way to do acceptance testing. This commit adds basic beaker/docker support: - Add a debian jessie nodeset - Test if the module applies idempotentially, so it doesn't change resources on a second run with the same parameters. https://github.com/puppetlabs/beaker/blob/master/docs/Docker-Support.md
2015-12-07[rspec] extend test for custom factsvarac
2015-12-07Add inital puppet rspec test for custom factsvarac