Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-27 | (FM-4049) Update to current msync configs [2c99161] | David Schmitt | |
2015-10-15 | Fix :false to be default value | Hunter Haugen | |
false is not a valid value; only :false is. | |||
2015-06-11 | Add helper to install puppet/pe/puppet-agent | Hunter Haugen | |
2015-05-06 | beaker gemfile fixes | Morgan Haskel | |
2015-05-06 | sync via modulesync | Morgan Haskel | |
2015-05-06 | sync via modulesync | Morgan Haskel | |
2015-04-22 | Merge pull request #237 from cmurphy/rspec-puppet-2 | TP Honey | |
Testing updates | |||
2015-03-24 | (BKR-147) add Gemfile setting for BEAKER_VERSION for puppet... | Alice Nodelman | |
puppetdb, etc - support for BEAKER_VERSION and BEAKER_RSPEC_VERSION in gemfile | |||
2015-03-19 | Unpin rspec-puppet and remove unneeded deps | Colleen Murphy | |
puppetlabs_spec_helper takes care of these for us. | |||
2015-02-04 | Pin rspec gems | Colleen Murphy | |
2014-12-08 | Add json gem | Colleen Murphy | |
The puppet_facts gem implicitly depends on the json gem. On Ruby 1.8.7, json is not built in. On Puppet 2.7, it is not explicitly pulled in by the hiera gem. So we add it here explicitly. | |||
2014-12-08 | Update .travis.yml, Gemfile, Rakefile, and CONTRIBUTING.md | Colleen Murphy | |
2014-06-30 | Update Gemfile for .travis.yml defaults | Colleen Murphy | |
2014-06-25 | Sync files | Colleen Murphy | |
2014-06-05 | Pin gem versions in Gemfile | John Duarte | |
Pin beaker-rspec to ~2.2 Pin rspec to ~2.14 | |||
2014-06-04 | Remove beaker from Gemfile | John Duarte | |
Having both `beaker` and `beaker-rspec` in the Gemfile results in a dual inclusion of `beaker` as a dependency resulting in version 2.0.0 of `beaker-rspec` being installed. The tests for vcsrepo require the `BEAKER_setfile` ENV var, which is only available in `beaker-rspec` 2.2.0 and above. Removing `beaker` allows the latest version of `beaker-rspec` to be installed, thus satisfying this requirement. | |||
2014-05-21 | Update specs and fix FM-1361 | Hunter Haugen | |
- Add install.rb for pre-suite - Add catches for failures/changes to manifest application - Correct root ssh key copying - Add sleeps for killing processes releasing ports - Fix FM-1361 | |||
2014-04-02 | add beaker-rspec support | Phil Pham | |
This adds support for beaker-rspec as well as basic test coverage for git | |||
2013-09-18 | Overhaul the spec tests to work in rspec2. | Ashley Penney | |
This work gets rid of the provider_example_group and reworks everything to work properly against rspec2. I don't know if I'd consider the style "better" but it works. | |||
2013-07-25 | Travis should run three Puppet versions in a matrix with three Ruby ↵ | Aaron Stone | |
versions, but limit Puppet 2.6.x to Ruby 1.8.7. | |||
2013-07-13 | And now specs do run | Aaron Stone | |
2013-07-13 | Use https for rubygems source, update mocha | Aaron Stone | |
2012-10-18 | Get the specs running under bundler. | Aaron Stone | |