has_object_manager_attributes_validation_examples.rb 221 B

12345
  1. RSpec.shared_examples 'HasObjectManagerAttributesValidation' do
  2. it 'validates ObjectManager::Attributes' do
  3. expect(described_class.validators.map(&:class)).to include(ObjectManager::Attribute::Validation)
  4. end
  5. end