TODO.md in packer-config-1.1.0 vs TODO.md in packer-config-1.2.0
- old
+ new
@@ -1,7 +1,7 @@
# 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.
-* Add missing builders, provisioners and post-processors. I only implemented the builders, provisioners and post-processors that I'm currently using.
* Refactor the child classes. I get the feeling that these could be implemented in some better, templated, type of way