Sha256: a8e1717c49226228334cc86e72393a90eed816e60e7f49a66e0e4bfcd6230152

Contents?: true

Size: 716 Bytes

Versions: 3

Compression:

Stored size: 716 Bytes

Contents

# TODO

* Use [lowered-expectations](https://rubygems.org/gems/lowered-expectations) to enforce a minimum version of `packer` exists in order to use this gem
* Add an option to Packer::Config#validate to run the configuration through packer's `validate` command
* Add spec tests for every method on every sub-class. Found during integration testing that some methods on the sub-classes had typos in the `__*` method calls. Spec tests would have caught this.
* Look in to something like VCR to drive the tests of the child classes -- there's a lot of repetitive testing that could be done on them.
* Refactor the child classes. I get the feeling that these could be implemented in some better, templated, type of way

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
packer-config-1.3.1 TODO.md
packer-config-1.3.0 TODO.md
packer-config-1.2.0 TODO.md