-
-
Notifications
You must be signed in to change notification settings - Fork 135
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
259 processable image validator matcher #262
Conversation
lib/active_storage_validations/matchers/processable_image_validator_matcher.rb
Outdated
Show resolved
Hide resolved
lib/active_storage_validations/matchers/processable_image_validator_matcher.rb
Outdated
Show resolved
Hide resolved
lib/active_storage_validations/matchers/processable_image_validator_matcher.rb
Outdated
Show resolved
Hide resolved
There was a problem hiding this 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
There was a problem hiding this 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!
lib/active_storage_validations/matchers/processable_image_validator_matcher.rb
Outdated
Show resolved
Hide resolved
lib/active_storage_validations/matchers/processable_image_validator_matcher.rb
Outdated
Show resolved
Hide resolved
lib/active_storage_validations/matchers/attached_validator_matcher.rb
Outdated
Show resolved
Hide resolved
lib/active_storage_validations/matchers/attached_validator_matcher.rb
Outdated
Show resolved
Hide resolved
lib/active_storage_validations/matchers/attached_validator_matcher.rb
Outdated
Show resolved
Hide resolved
I'm testing this after library upgrade and the matcher fails because it search for |
Hey @fabn |
Add matcher for processable_image + the test