summaryrefslogtreecommitdiff
path: root/spec
AgeCommit message (Collapse)Author
2017-06-24specs: manually define debian_nextcodename when expected to be usedGabriel Filion
with puppet 4.x when you don't define the debian_nextcodename, compilation fails saying that the variable is unknown. since we have unit tests specifically for this fact's behaviour, we want to stub out the fact's value in other tests so that we can verify the logic of manifests is actually good.
2017-06-24test: move release targets for debianGabriel Filion
In commit 8b45a8a, the release names were moved forward in order to follow the new Debian release. However, I didn't change the tests accordingly and thus the tests have been failing since then.
2016-11-04Fix preferences_snippet.pp for puppet 4varac
2016-11-04Do a simple compile test for nowvarac
2016-11-04Test for compile.with_all_depsvarac
2016-11-03Add more factsvarac
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