Skip to content

Latest commit

 

History

History
56 lines (35 loc) · 1.43 KB

Changelog.md

File metadata and controls

56 lines (35 loc) · 1.43 KB

1.3.0 / 2019-04-09

full changelog

Enhancements:

  • Introduced will and will_not as to allow one line block expectations. (Russ Buchanan, #67)

1.2.0 / 2015-02-06

full changelog

Breaking Changes:

Enhancements:

  • Introduced are_expected as alias for is_expected

Bug fixes:

1.1.0 / 2014-04-13

full changelog

Breaking Changes:

Enhancements:

  • For hashes, multiple array elements are treated as successive access keys
  • Metadata arguments are now supported

Bug fixes:

  • Enable its example selection by line number in command line

1.0.1 / 2014-04-13

full changelog

Bug fixes:

  • Maintain implicit subject in all cases (addresses problem with latest RSpec 3 version)

1.0.0 / 2014-02-07

full changelog

Breaking Changes:

Enhancements:

  • Add is_expected support to match RSpec 3.0

Deprecations:

Bug Fixes:

  • Report failures and backtrace from client perspective

1.0.0.pre / 2013-10-11

Features

  • Initial extraction of its() functionality to separate gem