source: ruby/branches/0.5/spec/lib/open_ehr/rm/data_types/quantity/dv_count_spec.rb@ 248

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

move DvAmount, DvCount test to spec

File size: 296 bytes
Line 
1require File.dirname(__FILE__) + '/../../../../../spec_helper'
2include OpenEHR::RM::DataTypes::Quantity
3
4describe DvCount do
5 before(:each) do
6 @dv_count = DvCount.new(:magnitude => 1)
7 end
8
9 it 'should be an instance of DvCount' do
10 @dv_count.should be_an_instance_of DvCount
11 end
12end
Note: See TracBrowser for help on using the repository browser.