source: ruby/branches/0.5/spec/lib/open_ehr/rm/support/identification/internet_id_spec.rb@ 272

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

uid family changed test/unit to rspec

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