Sha256: e2e368554504c9742cc55f863809ba8eacf33087b3b7994ab15ddb5fc48abaca
Contents?: true
Size: 505 Bytes
Versions: 20
Compression:
Stored size: 505 Bytes
Contents
require File.dirname(__FILE__) + '/../../../spec_helper' require File.dirname(__FILE__) + '/parser_spec_helper' include OpenEHR::AM::Archetype # ticket 169 # almost same as adl_archetype_internal_ref_with_generics_spec.rb describe ADLParser do context 'Basic Generic type' do before(:all) do @archetype = adl14_archetype('adl-test-SOME_TYPE.generic_type_basic.draft.adl') end it 'is an instance of Archetype' do @archetype.should be_an_instance_of Archetype end end end
Version data entries
20 entries across 20 versions & 2 rubygems