Skip to content

Commit

Permalink
Update HISTORY. [admin]
Browse files Browse the repository at this point in the history
  • Loading branch information
trans committed Feb 15, 2013
1 parent 7f7eedc commit 6279c6e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions HISTORY.md
Expand Up @@ -2,19 +2,19 @@

## 0.6.1 / 2013-02-15

Configurations can now supply a before and after procedure to by
Configurations can now supply a before and after procedure to be
run right before or right after tests are run. This can be useful
for setting up something like Simplecov coverage tool, which has
to be setup before the applicable code is required but after all
supporting test infrustructure is required. This release also fixes
for setting up coverage tools Simplecov, which has to be setup
before the applicable code is required but after all supporting
test infrustructure is required. This release also fixes
the `-c/--config` option, to prevent name clashes between gems and
local config files, and it is simplifed to alwasy load locally, i.e.
as if `./` is prepended to the path.
local config files, and it is simplifed to always load locally.

Changes:

* Add before and after config procs.
* Fix -c/--config loading.
* Remove use of DotOpts, it is not good enough yet.


## 0.6.0 / 2013-02-11
Expand Down

0 comments on commit 6279c6e

Please sign in to comment.