Skip to content

Commit d9e0202

Browse files
committed
Bump to version 0.6.1. [admin]
1 parent 427b2bc commit d9e0202

3 files changed

Lines changed: 21 additions & 4 deletions

File tree

.index

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ paths:
5757
created: '2011-07-23'
5858
summary: Ruby Universal Test Harness
5959
title: Ruby Test
60-
version: 0.6.0
60+
version: 0.6.1
6161
name: rubytest
6262
description: ! "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'

HISTORY.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
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

522
This release of Ruby Test takes a hard step back and reconsiders how
623
to handle configuration from the ground up. Current users of Ruby Test

var/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.6.0
1+
0.6.1

0 commit comments

Comments
 (0)