Changeset 212 for ruby/branches/0.5/spec


Ignore:
Timestamp:
Aug 17, 2009, 11:24:39 PM (15 years ago)
Author:
KOBAYASHI, Shinji
Message:

refs #54

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ruby/branches/0.5/spec/lib/open_ehr/rm/data_structures/item_structure/item_table_spec.rb

    r211 r212  
    122122    @item_table.element_at_cell_ij(2,3).name.value.should_not == 'five'
    123123  end
     124
     125  it 'should be two element at named cell by row column' do
     126    @item_table.element_at_named_cell('cluster', 'two').name.value == 'two'
     127  end
     128
     129  it 'should be first row as hierachy' do
     130    @item_table.as_hierarchy.name.value.should == 'cluster'
     131  end
    124132end
Note: See TracChangeset for help on using the changeset viewer.