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

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

refs #57 CareEntry

File size: 363 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 @language = stub(CodePhrase, :code_string => 'ja')
8 @encoding = stub(CodePhrase, :code_string => 'UTF-8')
9 @subject = stub(PartyProxy)
10 end
11end
Note: See TracBrowser for help on using the repository browser.