vagrant/test
Brian Cain eb3e309f89
Ensure guest names are string when filtering
Prior to this commit, if a guest name was given as a symbol, the
filter_triggers method would fail to properly match it with the only_on
option, as it is not a valid type to the #String.match method. This
commit fixes that by converting the parameter to a string so that it can
be properly matched on the guest.
2019-05-13 14:07:22 -07:00
..
acceptance Add box from local path and use generic name 2017-03-09 12:44:10 -08:00
config Add `rake acceptance:boxes` to download required boxes for tests 2011-11-13 13:37:30 -08:00
support Spelling fixes 2018-03-14 14:41:04 +00:00
unit Ensure guest names are string when filtering 2019-05-13 14:07:22 -07:00
vagrant-spec Extend assert retries to allow for slow setup 2018-10-11 13:00:44 -07:00