source: ruby/branches/0.5/spec/lib/open_ehr/rm/composition/content/entry/shared_examples_spec.rb@ 356

Last change on this file since 356 was 356, checked in by KOBAYASHI, Shinji, 14 years ago

refs #57 Observation

File size: 413 bytes
Line 
1require File.dirname(__FILE__) + '/../../../../../../spec_helper'
2include OpenEHR::RM::DataTypes::Text
3include OpenEHR::RM::Common::Generic
4
5shared_examples_for 'entry', :shared => true do
6 before(:each) do
7 @name = DvText.new(:value => 'entry package')
8 @language = stub(CodePhrase, :code_string => 'ja')
9 @encoding = stub(CodePhrase, :code_string => 'UTF-8')
10 @subject = stub(PartyProxy)
11 end
12end
Note: See TracBrowser for help on using the repository browser.