Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 437 Bytes

History.md

File metadata and controls

16 lines (11 loc) · 437 Bytes

rspec-expectations release history (incomplete)

2.0.0.beta.22 / 2010-09-12

full changelog

  • Enhancements

    • diffing improvements
      • diff multiline strings
      • don't diff single line strings
      • don't diff numbers (silly)
      • diff regexp + multiline string
  • Bug fixes

    • should[_not] change now handles boolean values correctly