fixing a borked rspactor
Rspactor is broken with newer versions of rspec. You might get this:
reporter.rb:110:in `example_pending': wrong number of arguments (2 for 3) (ArgumentError)
Oops. The fix is easy as editing the gem's /lib/resulting.rb on line 28 to remove a param.
You can checkout the rspactor lighthouse ticket here
