File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
+ ### Other changes
6
+
7
+ - Updated permalink to rspec differ in README.md [ #258 ] ( https://github.com/splitwise/super_diff/pull/276 ) by [ @sealocal ] ( https://github.com/sealocal )
8
+
5
9
## 0.15.0 - 2025-01-06
6
10
7
11
### Features
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ Since [RSpec merely runs your `expected` and `actual` values through Ruby's Pret
28
28
and then performs a diff of these strings,
29
29
the output it produces leaves much to be desired.
30
30
31
- [ rspec-differ-fail ] : https://github.com/rspec/rspec-support /blob/c69a231d7369dd165ad7ce4742e1a2e21e3462b5/ lib/rspec/support/differ.rb#L178
31
+ [ rspec-differ-fail ] : https://github.com/rspec/rspec/blob/rspec-support-v3.13.2/rspec-support/ lib/rspec/support/differ.rb#L180-L192
32
32
33
33
For instance, let's say you wanted to compare these two hashes:
34
34
You can’t perform that action at this time.
0 commit comments