source: ruby/trunk/spec/lib/open_ehr/am/archetype/constraint_model/c_primitive_object_spec.rb@ 374

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

refs #72

File size: 294 bytes
Line 
1require File.dirname(__FILE__) + '/../../../../../spec_helper'
2
3describe CPrimitiveObject do
4 before(:each) do
5 @c_primitive_object = CPrimitiveObject.new
6 end
7
8 it 'should be an instance of CPrimitiveObject' do
9 @c_primitive_object.should be_an_instance_of CPrimitiveObject
10 end
11end
Note: See TracBrowser for help on using the repository browser.