source: ruby/trunk/spec/lib/open_ehr/rm/support/identification/iso_oid_spec.rb@ 291

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

uid family changed test/unit to rspec

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