File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
66run 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
1010the ` -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
1413Changes:
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
You can’t perform that action at this time.
0 commit comments