issues
search
dgollahon
/
rspectre
Exorcise the apparitions haunting your tests.
MIT License
75
stars
10
forks
source link
Fix keyword block argument forwarding in Ruby 3.x
#71
Closed
dgollahon
closed
1 year ago
dgollahon
commented
1 year ago
When
shared_examples
accepts keyword arguments, we need to forward them properly to the original method in RSpec.
Author @bquorning originally from #62
Note [@dgollahon] this partially breaks ruby 2.7 support in
one specific edge case
so I will follow this up with a more complete fix
shared_examples
accepts keyword arguments, we need to forward them properly to the original method in RSpec.