Sha256: 37c6b06398f4f43f609259fd44729726c8aef67e056eacc0b9310b716b24e896

Contents?: true

Size: 594 Bytes

Versions: 19

Compression:

Stored size: 594 Bytes

Contents

# ticket 179
require File.dirname(__FILE__) + '/../../../spec_helper'
require File.dirname(__FILE__) + '/parser_spec_helper'

describe ADLParser do
  context 'Empty Other Contributors' do
    before(:all) do
      @archetype = adl14_archetype('adl-test-entry.empty_other_contributors.test.adl')
    end

    it 'archetype should be an instance of OpenEHR::AM::Archetype::Archetype' do
      @archetype.should be_an_instance_of OpenEHR::AM::Archetype::Archetype
    end

    it 'other contributer should be nil' do
      @archetype.description.other_contributors.should be_nil
    end
  end
end

Version data entries

19 entries across 19 versions & 2 rubygems

Version Path
openehr-1.2.8 spec/lib/openehr/parser/empty_other_contributors_spec.rb
openehr-1.2.7 spec/lib/openehr/parser/empty_other_contributors_spec.rb
openehr-1.2.6 spec/lib/openehr/parser/empty_other_contributors_spec.rb
openehr-1.2.5 spec/lib/openehr/parser/empty_other_contributors_spec.rb
openehr-1.2.4 spec/lib/openehr/parser/empty_other_contributors_spec.rb
openehr-1.2.3 spec/lib/openehr/parser/empty_other_contributors_spec.rb
openehr-1.2.2 spec/lib/openehr/parser/empty_other_contributors_spec.rb
openehr-1.2.1 spec/lib/openehr/parser/empty_other_contributors_spec.rb
openehr-1.2.0 spec/lib/openehr/parser/empty_other_contributors_spec.rb
openehr-1.1.6 spec/lib/openehr/parser/empty_other_contributors_spec.rb
openehr-1.1.5 spec/lib/openehr/parser/empty_other_contributors_spec.rb
openehr-1.1.4 spec/lib/openehr/parser/empty_other_contributors_spec.rb
openehr-1.1.3 spec/lib/openehr/parser/empty_other_contributors_spec.rb
openehr-1.1.2 spec/lib/openehr/parser/empty_other_contributors_spec.rb
openehr-1.1.1 spec/lib/openehr/parser/empty_other_contributors_spec.rb
openehr-1.1.0 spec/lib/openehr/parser/empty_other_contributors_spec.rb
open_ehr-1.0.2 spec/lib/open_ehr/parser/empty_other_contributors_spec.rb
open_ehr-1.0.1 spec/lib/open_ehr/parser/empty_other_contributors_spec.rb
open_ehr-1.0.0 spec/lib/open_ehr/parser/empty_other_contributors_spec.rb