Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-10 | (QENG-1404) Segregate system testing gems | Justin 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-20 | Add windows Nodesets and remove Beaker from Gemfile | Travis Fields | |
2014-04-08 | Add success/fail groups | Hunter Haugen | |
2014-03-25 | (maint) Pin rake version to 10.1.0 for 1.8 compat | Adrien Thebo | |
2014-03-11 | Ensure Gemfile retains facilities for Jenkins. | Ashley Penney | |
2014-03-10 | Numerous 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. |