File: CHANGELOG.md

package info (click to toggle)
ruby-cutest 1.2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 176 kB
  • sloc: ruby: 376; makefile: 14
file content (26 lines) | stat: -rw-r--r-- 574 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
1.2.3 - 2015-12-04
==================

* `assert_raise` now works with lower-level exceptions.

* `assert` can now receive a custom failure message, which should help write
  better custom assertions.

* `cutest -v` now exits after printing the version number.

1.2.2 - 2014-11-05
==================

* `assert_raise` now returns the raised exception.

* Use `-s` to run a single scope.

1.2.1 - 2013-08-14
==================

* `cutest(1)` now exits with a non-zero status when a test fails.

Previous versions
=================

Check the commit list for earlier changes.