Skip to content

2.14.5

Compare
Choose a tag to compare
@myronmarston myronmarston released this 14 Aug 06:19
· 3389 commits to main since this release

2.14.5 / 2013-08-13

full changelog

Bug fixes:

  • Fix a NoMethodError that was being raised when there were no shared
    examples or contexts declared and RSpec.world.reset is invoked.
    (thepoho, Jon Rowe, Myron Marston)
  • Fix a deprecation warning that was being incorrectly displayed when
    shared_examples are declared at top level in a module scope.
    (Jon Rowe)
  • Fix after(:all) hooks so consecutive (same context) scopes will run even if
    one raises an error. (Jon Rowe, Trejkaz)
  • JsonFormatter no longer dies if dump_profile isn't defined (Alex / @MasterLambaster, Jon Rowe)