Skip to content
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

Ensure pending cases are still pending #37

Merged
merged 1 commit into from
Jun 18, 2021

Conversation

cllns
Copy link
Member

@cllns cllns commented Jun 14, 2021

This should make implementing pending cases a bit simpler, with better feedback. Once the inflection rules implement the pending case, the test will fail and we can get a green suite by removing it from "pending".

This also removes a pending example for 'Swiss' since it's not pending anymore :) (Which is exactly the kind of thing I was hoping to find in the future)

@cllns cllns requested a review from solnic as a code owner June 14, 2021 19:07
This also removes a pending example for 'Swiss' since it's
not pending anymore.

This should make implementing pending cases a bit simpler,
with better feedback.
@cllns cllns force-pushed the ensure-pending-cases-are-still-pending branch from 8e1c8db to 6d1bbd8 Compare June 14, 2021 19:42
@cllns
Copy link
Member Author

cllns commented Jun 14, 2021

In implementing #34, I used this change to find that pluses and cactuses could be removed from pending and moved to a regular expectation (as an example of the usefulness of this PR).

@solnic solnic merged commit 8699cec into dry-rb:master Jun 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants