From 8a901245914be2d71185321dde49185d6388757a Mon Sep 17 00:00:00 2001 From: Jon Rowe Date: Wed, 24 Jul 2013 13:40:28 +1000 Subject: [PATCH] label bugfixes --- Changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Changelog.md b/Changelog.md index e73de04ceb..6aefa7f268 100644 --- a/Changelog.md +++ b/Changelog.md @@ -29,6 +29,8 @@ Enhancements * Times in profile output are now bold instead of failure_color. (Matthew Boedicker) * Add --no-fail-fast command line option. (Gonzalo Rodríguez-Baltanás Díaz) + +Bugfix * 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)