summaryrefslogtreecommitdiff
path: root/Gemfile
AgeCommit message (Collapse)Author
2016-01-27(FM-4049) Update to current msync configs [2c99161]David Schmitt
2015-10-15Fix :false to be default valueHunter Haugen
false is not a valid value; only :false is.
2015-06-11Add helper to install puppet/pe/puppet-agentHunter Haugen
2015-05-06beaker gemfile fixesMorgan Haskel
2015-05-06sync via modulesyncMorgan Haskel
2015-05-06sync via modulesyncMorgan Haskel
2015-04-22Merge pull request #237 from cmurphy/rspec-puppet-2TP 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-19Unpin rspec-puppet and remove unneeded depsColleen Murphy
puppetlabs_spec_helper takes care of these for us.
2015-02-04Pin rspec gemsColleen Murphy
2014-12-08Add json gemColleen 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-08Update .travis.yml, Gemfile, Rakefile, and CONTRIBUTING.mdColleen Murphy
2014-06-30Update Gemfile for .travis.yml defaultsColleen Murphy
2014-06-25Sync filesColleen Murphy
2014-06-05Pin gem versions in GemfileJohn Duarte
Pin beaker-rspec to ~2.2 Pin rspec to ~2.14
2014-06-04Remove beaker from GemfileJohn 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-21Update specs and fix FM-1361Hunter 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-02add beaker-rspec supportPhil Pham
This adds support for beaker-rspec as well as basic test coverage for git
2013-09-18Overhaul 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-25Travis 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-13And now specs do runAaron Stone
2013-07-13Use https for rubygems source, update mochaAaron Stone
2012-10-18Get the specs running under bundler.Aaron Stone