Commit graph

7 commits

Author SHA1 Message Date
Michael Hashizume
c027b1bcef Add support for Beaker 6 2024-05-28 10:59:04 -07:00
Michael Hashizume
4f5ee09807 (PUP-11786) Beaker 5 compatibility
Vox Pupuli has released Beaker 5, which drops older (< 2.7) Ruby
compatibility and adds compatibility for Ruby 3.2

This commit adds testing for Ruby 3.2, sets the dependency on
Beaker to ~> 5.0, replaces the File#exists? method that's been
deprecated since Ruby 2.7 and removed in 3.2, and updates the
dependency on FakeFS to the same version that Beaker uses (FakeFS
~> 2.4).
2023-03-27 13:59:30 -07:00
ef72c2399a
Add some GH-based testing 2021-06-15 10:24:28 -04:00
Dakota Schneider
b8804eb5f1 (MAINT) Drop MockVsphereHelper (#10)
* (MAINT) Update specs to remove VsphereHelper

VsphereHelper is no longer relevant since vmpooler doesn't use vSphere/vCloud any more.

* (MAINT) Drop conflicting, unused dependency on beaker-abs

* (MAINT) Conditionally pin fakefs '< 0.14.0' for Ruby < '2.3.0'

* (MAINT) Remove more VsphereHelper references

And minor whitespace cleanup

* (MAINT) Drop unused beaker-abs dependency

Could have sworn I fixed that... maybe in a different branch?
2018-07-02 08:57:30 -07:00
Spencer McElmurry
ddae40bade (maint) Add option for BEAKER_HOSTS file to be pregenerated in acceptance tests
Before, the host configuration was hard-coded. Added an option
to specify an ENV var in order to use a different string or a
pregenerated hostfile.

This also allows us to use abs in production, so that has been added
to the Gemfile
2017-11-28 08:41:42 -08:00
Rishi Javia
1f0bfdfab4 Add rbvmomi dependency 2017-06-30 11:07:12 -07:00
Rishi Javia
d1f0a7b7ea Initial commit 2017-06-30 09:41:21 -07:00