Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This test ensures that we can list `openvox` as a requirement in metadata.json. It's valid with and without `puppet`: ```json "requirements": [ { "name": "puppet", "version_requirement": ">= 7.0.0 < 9.0.0" }, { "name": "openvox", "version_requirement": ">= 7.0.0 < 9.0.0" } ] ``` ```json "requirements": [ { "name": "openvox", "version_requirement": ">= 7.0.0 < 9.0.0" } ] ```
- Loading branch information