=== 1.0.2 / 01-02-2014 * 1 bug fix: * Fix assert_directory returns nil instead of owner/group of the directory === 1.0.1 / 04-24-2013 * 1 bug fix: * Fix the minitest dependency specifier. === 1.0.0 / 03-29-2013 * 1 new feature: * More assertions. === 0.6.9 / 03-23-2013 * 1 bug fix: * Do not check results when there are no tests. === 0.6.8 / 03-03-2013 * 1 bug fix: * Really really support auto-discovery of test paths under chef version 11. === 0.6.7 / 02-07-2013 * 1 bug fix: * Support auto-discovery of test paths under chef version 11. === 0.6.6 / 02-07-2013 * 1 bug fix: * Expand relative paths when requiring test files. === 0.6.5 / 01-06-2013 * 1 bug fix: * Add minitest report to the exception in order to have more visibility in the failures and errors. === 0.6.4 / 12-02-2012 * 1 bug fix: * No longer directly include MiniTest::Assertions in order to avoid using the wrong mixins. Resolves issue 34. Reported by Leif Madsen (@leifmadsen). Fix suggested by Andrew Crump (@acrmp). === 0.6.3 / 09-25-2012 * 1 bug fix: * Fix usage of Chef::Platform.provider_for_resource usage with Chef >= 10.14.0. === 0.6.2 / 09-16-2012 * 1 bug fix: * Print MiniTest output in every Chef logger configured. === 0.6.1 / 08-22-2012 * 1 bug fix: * Raise error on test errors. === 0.6.0 / 07-13-2012 * 1 new feature: * Support for delivering test results in JUnit format using ci-reporter gem. === 0.5.4 / 07-10-2012 * 1 bug fix: * Fix cookbook's path lookup when Chef's cookbook_path is an Array instead of a String. === 0.5.3 / 07-10-2012 * 1 bug fix: * Fix cookbook's path lookup when Chef's cookbook_path is an Array instead of a String. === 0.5.2 / 06-25-2012 * 1 bug fix: * Prevent a premature failure when resources have nil owner, group and mode. === 0.5.1 / 05-31-2012 * 1 new feature: * Raise error on test failures. === 0.5.0 / 05-02-2012 * 1 new feature: * Load tests and specs automatically according to the seen recipes. === 0.4.0 / 04-20-2012 * 2 new features: * Add spec cases support. * Add custom assertions support. === 0.3.0 / 04-10-2012 * 1 bug fix: * Call the right runner method in old versions of Minitest. === 0.2.0 * Fist official release.