ManageIQ / manageiq-api-client

Ruby client library to the ManageIQ REST API
MIT License
11 stars 26 forks source link

Use simple testing via ENV variable matrix #103

Closed jrafanie closed 2 years ago

jrafanie commented 2 years ago

Appraisal is nice but it can be simplified. Additionally, it doesn't currently support the bundler plugin api so override_gem, plugin, etc., won't work. We do this in some repositories so unless there's a reason to stick with appraisal, it's safer to use a solution that's simpler and more future-proof.

See: https://github.com/thoughtbot/appraisal/issues 178

Follows the same recipe as https://github.com/ManageIQ/activerecord-id_regions/pull/25