Ignore:
Timestamp:
Sep 18, 2009, 4:44:40 PM (15 years ago)
Author:
KOBAYASHI, Shinji
Message:

support/identification package completely move to rspec

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ruby/branches/0.5/spec/lib/open_ehr/rm/support/identification/object_version_id_spec.rb

    r278 r279  
    1010  it 'should be an instance of ObjectVersionID' do
    1111    @object_version_id.should be_an_instance_of ObjectVersionID
     12  end
     13
     14  it 'value should be F7C5C7B7-75DB-4b39-9A1E-C0BA9BFDBDEC::87284370-2D4B-4e3d-A3F3-F303D2F4F34B::2' do
     15    @object_version_id.value.should == 'F7C5C7B7-75DB-4b39-9A1E-C0BA9BFDBDEC::87284370-2D4B-4e3d-A3F3-F303D2F4F34B::2'
    1216  end
    1317
Note: See TracChangeset for help on using the changeset viewer.