Skip to content

Commit 44d02c7

Browse files
FlorinPopaCodesjas14
authored andcommitted
Filter super_diff from rspec backtrace (#275)
Removes the `super_diff` lines from the backtrace as described in #265.
1 parent 303a5f0 commit 44d02c7

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

77
- Implement RSpec 3.13.0+ compatibility. [#258](https://github.com./splitwise/super_diff/pull/258)
88

9+
### Other changes
10+
11+
- Filter super_diff from RSpec backtrace. [#275](https://github.com./splitwise/super_diff/pull/275) by [@FlorinPopaCodes](https://github.com./FlorinPopaCodes)
12+
913
## 0.14.0 - 2024-11-15
1014

1115
### Features

lib/super_diff/rspec.rb

+2
Original file line numberDiff line numberDiff line change
@@ -133,3 +133,5 @@ def self.rspec_version
133133
end
134134

135135
require_relative 'rspec/monkey_patches'
136+
137+
RSpec.configuration.filter_gems_from_backtrace('super_diff')

0 commit comments

Comments
 (0)