Ignore:
Timestamp:
Sep 14, 2009, 1:21:16 PM (15 years ago)
Author:
KOBAYASHI, Shinji
Message:

support/identification package moving from test/unit to rspec

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ruby/branches/0.5/spec/lib/open_ehr/rm/data_types/quantity/dv_ordinal_spec.rb

    r248 r259  
    66describe DvOrdinal do
    77  before(:each) do
    8     terminology_id = stub(TerminologyId, :value => 'urine:prot')
     8    terminology_id = stub(TerminologyID, :value => 'urine:prot')
    99    code_phrase = stub(CodePhrase, :terminology_id => terminology_id)
    1010    symbol = stub(DvCodedText, :code_string => '+',
     
    3535
    3636  it 'should be strictry comperable to other DvOrdinal' do
    37     terminology_id = stub(TerminologyId, :value => 'urine:prot')
     37    terminology_id = stub(TerminologyID, :value => 'urine:prot')
    3838    code_phrase = stub(CodePhrase, :terminology_id => terminology_id)
    3939    symbol = stub(DvCodedText, :defining_code => code_phrase)
Note: See TracChangeset for help on using the changeset viewer.