summaryrefslogtreecommitdiff
path: root/Gemfile
AgeCommit message (Collapse)Author
2016-12-23Dont pin rspec-core to old versionvarac
2016-11-02Improve tests setupvarac
- Add .fixtures.yaml to checkout common module - Use puppetlabs-spec-helper in spec_helper.rb
2016-11-01Fix CI, dont install beaker on gitlab CIvarac
- Don't install `system-tests` gem group for rspec tests on CI - Use leapcode/ruby docker image because it has a more default ruby installation than the 'official' one. - Use `/var/cache/gitlab-runner/` as gem install path so we can cache this folder later
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-19[feat] Enable gitlab CI builds, simplify Gemfilevarac
2015-12-07Add inital puppet rspec test for custom factsvarac