-
Notifications
You must be signed in to change notification settings - Fork 483
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix RSpec 3.12 kwargs. #986
base: master
Are you sure you want to change the base?
Conversation
I have updated the PR. It should hopefully cover all cases. |
BTW I am observing failures such as:
and indeed, the source file si missing one space as far as I can tell. Is it some wrongly resolved patch? guard/spec/lib/guard/dsl_describer_spec.rb Lines 93 to 99 in cc8d97a
|
Hello @voxik, I think "missing one space" is not your patch's problem but it is caused by formatador updated to 0.3.0 or later. It calcurates widths of "HEAVY CHECK MARK" (✔) and "HEAVY BALLOT X" (✘) using But I'm sorry that unicode width is very complicated and I do not have any idea to solve this. |
For now I will create a "bug" report to track this. |
This is broken by rspec/rspec-mocks#1461
I don't have complete patch yet, so ATM this is mostly attempt to run the CI and highlight all the issues.