-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Table#diff! not working with :surplus_row => false and interleaved surplus rows #220
Comments
@hashrocket appears to have discovered this bug independently and done some work on it. (At least it looks related?) https://github.com/hashrocket/cucumber/tree/failing-spec-for-surplus-rows |
What's the upshot here? Is there a fix to merge in? |
I've attempted a fix to this at cucumber/common#347 |
It turns out that the cause of the problem was incorrect behavior of Cell class. |
Nice work Oleg! |
Fortunately equal+hash is common problem for any language :) |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Original Lighthouse ticket 566
I just ran into this bug yesterday on a work project, and I was surprised/dismayed to find it appeared to be the one lone test in Cucumber marked "pending."
Since I really want this fixed, I will take my best crack at it--but I'm still a rookie with Cucumber and RSpec, so someone with more experience may be able to do it more quickly. :-)
The text was updated successfully, but these errors were encountered: