source: ruby/branches/0.5/spec/lib/open_ehr/rm/support/terminology_service_spec.rb@ 228

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

Terminology implementation is a little difficult

File size: 560 bytes
Line 
1require File.dirname(__FILE__) + '/../../../../spec_helper'
2include OpenEHR::RM::Support::Terminology
3
4describe TerminologyService do
5 before(:each) do
6 @ts ||= TerminologyService.new
7 @terminology_mock = mock('terminology')
8 end
9
10 it 'should get terminology by its name' do
11 end
12
13 it 'should get code_set by its name'
14
15 it 'should reply if it has terminology or not'
16
17 it 'should reply if it has terminology or not'
18
19 it 'should reply all terminology_identifires'
20
21 it 'should get openehr code stes'
22
23 it 'should get code_set_identifiers'
24end
Note: See TracBrowser for help on using the repository browser.