We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5e5e83 commit d5e86a9Copy full SHA for d5e86a9
Changelog.md
@@ -44,6 +44,11 @@ Enhancements:
44
hooks to be invoked when example groups are created. (bootstraponline, #2094)
45
* Add `add_example` and `remove_example` to `RSpec::Core::ExampleGroup` to
46
allow manipulating an example groups examples. (bootstraponline, #2095)
47
+* Display multiline failure source lines in failure output when Ripper is
48
+ available (MRI >= 1.9.2, and JRuby >= 1.7.5 && < 9.0.0.0.rc1).
49
+ (Yuji Nakayama, #2083)
50
+* Add `max_displayed_failure_line_count` configuration option
51
+ (defaults to 10). (Yuji Nakayama, #2083)
52
53
Bug Fixes:
54
0 commit comments