[chef] [ANN] minitest-handler 0.2.0 released


Chronological Thread 
  • From: Bryan Berry < >
  • To:
  • Subject: [chef] [ANN] minitest-handler 0.2.0 released
  • Date: Sun, 5 May 2013 23:21:11 +0200

Changes:

The path for placing your tests is now files/default/test/ however
this change is backwards compatible, the minitest-hander::default
recipe will also look in the old location
files/default/tests/minitest/

You should name your support files something that matches
files/default/test/*helper*.rb. The old support support/ location will
also be honored

New Features:

* You can place minitest-handler anywhere in your run_list and it will
work. I like to use `include_recipe` to add it.
* You can easily limit which tests are run by setting the array
node.set[:minitest][:recipes]  with only those recipes that you want
tested
* minitest-handler now also will run test for any recipes added to the
run_list via include_recipe, environment, or roles.

Niceties:
* Added tests w/ test-kitchen 1.0, kitchen-lxc, and BATS
* huge code cleanup

If you have any urgent problems w/ the new release, please let me know!

Bryan W. Berry



Archive powered by MHonArc 2.6.16.

§