Changeset 415 for ruby/trunk/spec


Ignore:
Timestamp:
Jul 2, 2010, 8:53:43 PM (14 years ago)
Author:
KOBAYASHI, Shinji
Message:

developing around terminology

Location:
ruby/trunk/spec
Files:
4 added
2 edited

Legend:

Unmodified
Added
Removed
  • ruby/trunk/spec/fixtures/terminologies.yml

    r226 r415  
    1717  lang: en
    1818  description: "The party is a foetus "
     19terminology_00003:
     20  name: openehr
     21  group: subject relationship
     22  code: "3"
     23  id: 2
     24  rubric: foetus
     25  mappings: "HL7: CEN: "
     26  lang: en
     27  description: "The party is a foetus "
     28w
  • ruby/trunk/spec/models/terminology_spec.rb

    r227 r415  
    33describe Terminology do
    44  before(:each) do
    5     @terminology = Terminology.new
     5    @terminology ||= Terminology.new
    66  end
    77
    8   it 'should find all the codes by group'
     8  it 'has_language_code should true if it has' do
     9    @terminology.should have_language_code 'en'
     10  end
    911end
Note: See TracChangeset for help on using the changeset viewer.