summaryrefslogtreecommitdiff
path: root/Gemfile
AgeCommit message (Collapse)Author
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-05Add ability to pin beaker versionsTravis Fields
2015-02-12Have Travis actually test Facter 1.6/1.7Eli Young
The Gemfile didn't actually specify which version to use for Facter, even when there was an environment variable to that effect.
2015-02-12Fix Travis buildsEli Young
The release of rspec 3.2.0 broke a lot of tests. Pinning to rspec 3.1.0 provides a temporary fix.
2014-11-10(QENG-1404) Segregate system testing gemsJustin Stoller
Prior to this there was generic :test group. Unfortunately Beaker will be EOL-ing support for Ruby 1.8 (a number of Beaker's dependencies already have and pinning to older versions is becoming costly). Once Beaker does this it will cause failures whenever running `bundle install`. To avoid this failure we can segregate the system testing gems, allowing unit, lint and development to continue with `bundle install --without system_tests`.
2014-06-20Add windows Nodesets and remove Beaker from GemfileTravis Fields
2014-04-08Add success/fail groupsHunter Haugen
2014-03-25(maint) Pin rake version to 10.1.0 for 1.8 compatAdrien Thebo
2014-03-11Ensure Gemfile retains facilities for Jenkins.Ashley Penney
2014-03-10Numerous changes to update testing gems.Ashley Penney
This work updates a number of Gems to the latest versions (rspec, rspec-puppet), and updates and tweaks a bunch of tests to work with the updated gems.