Ignore:
Timestamp:
Mar 15, 2010, 11:32:41 PM (14 years ago)
Author:
KOBAYASHI, Shinji
Message:

serializer implementation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ruby/trunk/spec/lib/open_ehr/serializer/adl_serializer_spec.rb

    r407 r408  
    1313    adl = adl_file.readlines
    1414    @sample_header = adl[0..7].join
    15     @sample_description = adl[8..24].join
     15    @sample_description = adl[9..22].join
    1616    adl_file.close
    1717  end
     
    2828    @adl_serializer.header.should == @sample_header
    2929  end
     30
     31  it 'description should return archetype description' do
     32    @adl_serializer.description.should == @sample_description
     33  end
    3034end
Note: See TracChangeset for help on using the changeset viewer.