source: ruby/branches/0.5/spec/lib/open_ehr/rm/support/identification/hier_object_id_spec.rb@ 273

Last change on this file since 273 was 273, checked in by KOBAYASHI, Shinji, 15 years ago

uid_based_id family changed test/unit to rspec

File size: 336 bytes
Line 
1require File.dirname(__FILE__) + '/../../../../../spec_helper'
2include OpenEHR::RM::Support::Identification
3
4describe HierObjectID do
5 before(:each) do
6 @hier_object_id = HierObjectID.new(:value => '2003045')
7 end
8
9 it 'should be an instance of HierObjectID' do
10 @hier_object_id.should be_an_instance_of HierObjectID
11 end
12end
Note: See TracBrowser for help on using the repository browser.