Sha256: 5e3be83c3805ad9db9c7496b0ccae58ec644dd627d973ca30fbd8d124b43a6fe
Contents?: true
Size: 336 Bytes
Versions: 26
Compression:
Stored size: 336 Bytes
Contents
require File.dirname(__FILE__) + '/../../../../../spec_helper' include OpenEHR::RM::Support::Identification describe HierObjectID do before(:each) do @hier_object_id = HierObjectID.new(:value => '2003045') end it 'should be an instance of HierObjectID' do @hier_object_id.should be_an_instance_of HierObjectID end end
Version data entries
26 entries across 26 versions & 2 rubygems