All Versions
129
Latest Version
Avg Release Cycle
91 days
Latest Release
413 days ago
Changelog History
Page 11
Changelog History
Page 11
-
v2.6.2 Changes
October 19, 20111 minor enhancement:
- Added link to vim bundle. (sunaku)
๐ 2 bug fixes:
- Force gem activation in hoe minitest plugin
- Support RUBY_VERSION='2.0.0' (nagachika)
-
v2.6.1 Changes
September 27, 2011๐ 2 bug fixes:
- Alias Spec.name from Spec.to_s so it works when @name is nil (nathany)
- Fixed assert and refute_operator where second object has a bad == method.
-
v2.6.0 Changes
September 13, 20112 minor enhancements:
- Added specify alias for it and made desc optional.
- Spec#must_be and #wont_be can be used with predicates (metaskills)
1 bug fix:
- Fixed Mock.respond_to?(var) to work with strings. (holli)
-
v2.5.1 Changes
August 27, 20112 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.
-
v2.5.0 Changes
August 18, 20114 minor enhancements:
- Added 2 more arguments against rspec: let & subject in 9 loc! (emmanuel/luis)
- Added TestCase.i_suck_and_my_tests_are_order_dependent!
- Extended describe to take an optional method name (2 line change!). (emmanuel)
- Refactored and extended minitest/pride to do full 256 color support. (lolcat)
1 bug fix:
- Doc fixes. (chastell)
-
v2.4.0 Changes
August 09, 20114 minor enhancements:
- Added simple examples for all expectations.
- Improved Mock error output when args mismatch.
- Moved all expectations from Object to MiniTest::Expectations.
- infect_with_assertions has been removed due to excessive clever
๐ 4 bug fixes:
- Fix Assertions#mu_pp to deal with immutable encoded strings. (ferrous26)
- Fix minitest/pride for MacRuby (ferrous26)
- Made error output less fancy so it is more readable
- Mock shouldn't undef === and inspect. (dgraham)
-
v2.3.1 Changes
June 22, 20111 bug fix:
- Fixed minitest hoe plugin to be a spermy dep and not depend on itself.
-
v2.3.0 Changes
June 15, 20115 minor enhancements:
- Add setup and teardown hooks to MiniTest::TestCase. (phiggins)
- Added nicer error messages for MiniTest::Mock. (phiggins)
- Allow for less specific expected arguments in Mock. (bhenderson/phiggins)
- Made MiniTest::Mock a blank slate. (phiggins)
- Refactored minitest/spec to use the hooks instead of define_inheritable_method. (phiggins)
๐ 2 bug fixes:
- Fixed TestCase's inherited hook. (dchelimsky/phiggins/jamis, the 'good' neighbor)
- MiniTest::Assertions#refute_empty should use mu_pp in the default message. (whatthejeff)
-
v2.2.2 Changes
June 01, 2011๐ 2 bug fixes:
- Got rid of the trailing period in message for assert_equal. (tenderlove)
- Windows needs more flushing. (Akio Tajima)
-
v2.2.1 Changes
May 31, 20111 bug fix:
- My ONE non-rubygems-using minitest user goes to Seattle.rb!