A gem that provides a set of RSpec matchers to automatically check model validations and associations.
** Gem in development, DON'T USE IT **
gem 'rspec_auto_model_checks', github: 'monade/rspec_auto_model_checks'
Add check_validations! and/or validate_associations! to your model test
RSpec.describe Order, type: :model do
check_validations!
validate_associations!
end
The gem is available as open source under the terms of the MIT License.
active_queryable is maintained by mònade srl.
We <3 open source software. Contact us for your next project!