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

259 processable image validator matcher #262

Merged

Conversation

Scorpahr
Copy link
Contributor

Add matcher for processable_image + the test

Copy link
Collaborator

@Mth0158 Mth0158 left a comment

Choose a reason for hiding this comment

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

It is also missing code for:
checks_if_is_valid.rb
has_custom_matcher.rb

Copy link
Collaborator

@Mth0158 Mth0158 left a comment

Choose a reason for hiding this comment

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

@Scorpahr could you make this last change, resolve the conflict (nice little exercise to do!) and then I'll merge it ;)
Good job for this 2nd PR!

@Mth0158 Mth0158 merged commit 3729a2f into igorkasyanchuk:master Sep 10, 2024
20 checks passed
@fabn
Copy link

fabn commented Oct 15, 2024

I'm testing this after library upgrade and the matcher fails because it search for public/image_1920x1080.png in my project root. Maybe you should use an embedded file instead of io: File.open(Rails.root.join('public', 'image_1920x1080.png'))?

@Mth0158
Copy link
Collaborator

Mth0158 commented Oct 15, 2024

Hey @fabn
I am opening a new issue from your comment, it will be fixed soon

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.

3 participants