2.14.5
2.14.5 / 2013-08-13
Bug fixes:
- Fix a
NoMethodError
that was being raised when there were no shared
examples or contexts declared andRSpec.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 amodule
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)