Sha256: baf5596b5a01afef9e396f738fcabb61cb19a7367faa3dba47b49d85ef22099c
Contents?: true
Size: 450 Bytes
Versions: 2
Compression:
Stored size: 450 Bytes
Contents
describe Unidom::Party::GovernmentAgency, type: :model do before :each do end after :each do end context do model_attributes = { supervision_region_id: SecureRandom.uuid, supervision_region_type: 'Unidom::Party::SupervisionRegion::Mock', name: 'WalMart', function_code: 'ZZZZ' } it_behaves_like 'Unidom::Common::Concerns::ModelExtension', model_attributes end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
unidom-party-1.9.1 | lib/rspec/models/unidom/party/government_agency_spec.rb |
unidom-party-1.9 | lib/rspec/models/unidom/party/government_agency_spec.rb |