All Versions
129
Latest Version
Avg Release Cycle
91 days
Latest Release
986 days ago

Changelog History
Page 5

  • v5.4.0 Changes

    July 07, 2014
    • 2 minor enhancements:

      • Kernel#describe extended to splat additional_desc.
      • Spec#spec_type extended to take a splat of additional items, passed to matcher procs.
    • 1 bug fix:

      • minitest/spec should require minitest/test, not minitest/unit. (doudou)
  • v5.3.5 Changes

    June 17, 2014
    • 1 minor enhancement:

      • Spit and polish (mostly spit).
  • v5.3.4 Changes

    May 15, 2014
    • 1 minor enhancement:

      • Test classes are randomized before running. (judofyr)
  • v5.3.3 Changes

    April 14, 2014
    • 1 bug fix:

      • Fixed using expectations w/ DSL in Test class w/o describe. (blowmage+others)
  • v5.3.2 Changes

    April 02, 2014
    • 1 bug fix:

      • Fixed doco on Assertions.assertions. (xaviershay)
  • v5.3.1 Changes

    March 14, 2014
    • 1 minor enhancement:

      • Modified verbage on bad 'let' names to be more helpful. (Archytaus)
    • 1 bug fix:

      • Fixed 2 cases still using MiniTest. (mikesea)
  • v5.3.0 Changes

    February 25, 2014
    • 1 minor enhancement:

      • Mocked methods can take a block to verify state. Seattle.rb 12 bday present from ernie! Thanks!!
  • v5.2.3 Changes

    February 10, 2014
    • 1 bug fix:

      • Fixed Spec#let check to allow overriding of other lets. (mvz)
  • v5.2.2 Changes

    January 22, 2014
    • 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)
  • v5.2.1 Changes

    January 07, 2014
    • 1 bug fix:

      • Properly deal with horrible mix of runtime load errors + other at_exit handlers. (dougo/chqr)