Skip to content

Commit

Permalink
Filter super_diff from rspec backtrace (#275)
Browse files Browse the repository at this point in the history
Removes the `super_diff` lines from the backtrace as described in #265.
  • Loading branch information
FlorinPopaCodes authored and jas14 committed Jan 4, 2025
1 parent 303a5f0 commit 44d02c7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@

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

### Other changes

- Filter super_diff from RSpec backtrace. [#275](https://github.com/splitwise/super_diff/pull/275) by [@FlorinPopaCodes](https://github.com/FlorinPopaCodes)

## 0.14.0 - 2024-11-15

### Features
Expand Down
2 changes: 2 additions & 0 deletions lib/super_diff/rspec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -133,3 +133,5 @@ def self.rspec_version
end

require_relative 'rspec/monkey_patches'

RSpec.configuration.filter_gems_from_backtrace('super_diff')

0 comments on commit 44d02c7

Please sign in to comment.