active_storage_validations now with rspec/minitest matchers
https://github.com/igorkasyanchuk/active_storage_validations added rspec/minitest matchers.
Now you can do and many more:
it { is_expected.to validate_attached_of(:avatar) }
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
https://github.com/igorkasyanchuk/active_storage_validations added rspec/minitest matchers.
Now you can do and many more:
it { is_expected.to validate_attached_of(:avatar) }
Post a comment