lib/rspec/models/unidom/certificate/china/identity_card_spec.rb in unidom-certificate-china-1.5.5 vs lib/rspec/models/unidom/certificate/china/identity_card_spec.rb in unidom-certificate-china-1.5.6
- old
+ new
@@ -44,8 +44,11 @@
it_behaves_like 'validates text', model_attributes, :name,
length: 2..described_class.columns_hash['name'].limit
it_behaves_like 'validates text', model_attributes, :address,
length: 2..described_class.columns_hash['address'].limit
+ it_behaves_like 'validates text', model_attributes, :issuing_authority_name,
+ length: 2..described_class.columns_hash['issuing_authority_name'].limit
+
end
end