This adds a fix adding long arguments when calling the underlying rspec command with the custom formatter.
This supports a wider range of usecases, like using a .rspec file.
These long arguments are backwards compatible with their shorter -f and
-r cousins. Those short arguments did not seem to work well when
specifying long arguments elsewhere.
This adds a fix adding long arguments when calling the underlying
rspec
command with the custom formatter.This supports a wider range of usecases, like using a
.rspec
file. These long arguments are backwards compatible with their shorter-f
and-r
cousins. Those short arguments did not seem to work well when specifying long arguments elsewhere.rake test:all_versions
passed ✅