Skip to content

Commit 6279c6e

Browse files
committed
Update HISTORY. [admin]
1 parent 7f7eedc commit 6279c6e

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

HISTORY.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22

33
## 0.6.1 / 2013-02-15
44

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

1413
Changes:
1514

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

1919

2020
## 0.6.0 / 2013-02-11

0 commit comments

Comments
 (0)