prepped for release

[git-p4: depot-paths = "//src/minitest/dev/": change = 9207]
This commit is contained in:
Ryan Davis 2014-01-22 14:56:47 -08:00
parent 1440d71a84
commit 2f32406170
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
=== 5.2.2 / 2014-01-22
* 1 minor enhancement:
* Spec#let raises ArgumentError if you override _any_ instance method (except subject). (rynr)
* 1 bug fix:
* Fixed up benchmark spec doco and added a test to demonstrate. (bhenderson)
=== 5.2.1 / 2014-01-07
* 1 bug fix:

View File

@ -7,7 +7,7 @@ require "minitest/parallel"
# :include: README.txt
module Minitest
VERSION = "5.2.1" # :nodoc:
VERSION = "5.2.2" # :nodoc:
@@installed_at_exit ||= false
@@after_run = []