File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5757created: '2011-07-23'
5858summary: Ruby Universal Test Harness
5959title: Ruby Test
60- version: 0.6.0
60+ version: 0.6.1
6161name: rubytest
6262description: ! "Ruby Test is a universal test harness for Ruby. It can handle any
6363 compliant \ntest framework, even running tests from multiple frameworks in a single
6464 pass."
65- date: '2013-02-09 '
65+ date: '2013-02-11 '
Original file line number Diff line number Diff line change 11# RELEASE HISTORY
22
3- ## 0.6.0 / 2013-02-10
3+ ## 0.6.1 / 2013-02-15
4+
5+ Configurations can now supply a before and after procedure to by
6+ 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
10+ 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.
13+
14+ Changes:
15+
16+ * Add before and after config procs.
17+ * Fix -c/--config loading.
18+
19+
20+ ## 0.6.0 / 2013-02-11
421
522This release of Ruby Test takes a hard step back and reconsiders how
623to handle configuration from the ground up. Current users of Ruby Test
Original file line number Diff line number Diff line change 1- 0.6.0
1+ 0.6.1
You can’t perform that action at this time.
0 commit comments