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

Fix presence matcher w/ custom serializer #1236

Merged
merged 1 commit into from
Aug 1, 2019

Conversation

mcmire
Copy link
Collaborator

@mcmire mcmire commented Jul 26, 2019

When using the presence matcher on an attribute that is defined with
serialize and using a custom serializer instead of a Rails built-in,
the matcher failed spectacularly. This commit fixes that.

When using the presence matcher on an attribute that is defined with
`serialize` and using a custom serializer instead of a Rails built-in,
the matcher failed spectacularly. This commit fixes that.
@mcmire mcmire force-pushed the fix-presence-with-custom-serializer branch from aeb605a to 20e3da3 Compare July 28, 2019 05:26
Copy link

@stas stas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mcmire tests look solid! 🙇‍♂️

@mcmire mcmire closed this Aug 1, 2019
@mcmire mcmire deleted the fix-presence-with-custom-serializer branch August 1, 2019 03:28
@mcmire mcmire merged commit 20e3da3 into master Aug 1, 2019
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