Skip to content

2.14.7

Compare
Choose a tag to compare
@myronmarston myronmarston released this 30 Oct 15:50
· 3380 commits to main since this release

2.14.7 / 2013-10-29

full changelog

Bug fixes:

  • Fix regression in 2.14.6 that broke the Fivemat formatter.
    It depended upon either
    example.execution_result[:exception].pending_fixed? (which
    was removed in 2.14.6 to fix an issue with frozen error objects)
    or RSpec::Core::PendingExampleFixedError (which was renamed
    to RSpec::Core::Pending::PendingExampleFixedError in 2.8.
    This fix makes a constant alias for the old error name.
    (Myron Marston)