Skip to content

Commit

Permalink
prepped for release
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//src/minitest/dev/": change = 6596]
  • Loading branch information
zenspider committed Aug 27, 2011
1 parent ba4c23e commit ef5bcbe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions History.txt
@@ -1,3 +1,10 @@
=== 2.5.1 / 2011-08-27

* 2 minor enhancements:

* Added gem activation for minitest in minitest/autoload to help out 1.9 users
* Extended Spec.register_spec_type to allow for procs instead of just regexps.

=== 2.5.0 / 2011-08-18

* 4 minor enhancements:
Expand Down
2 changes: 1 addition & 1 deletion lib/minitest/unit.rb
Expand Up @@ -614,7 +614,7 @@ def skip msg = nil, bt = caller
end

class Unit
VERSION = "2.5.0" # :nodoc:
VERSION = "2.5.1" # :nodoc:

attr_accessor :report, :failures, :errors, :skips # :nodoc:
attr_accessor :test_count, :assertion_count # :nodoc:
Expand Down

0 comments on commit ef5bcbe

Please sign in to comment.