Sha256: 786db018c1836379e9aa764f946b2f35fa6a73df0afd4e7b1ccfe4a70d9bddb2

Contents?: true

Size: 296 Bytes

Versions: 26

Compression:

Stored size: 296 Bytes

Contents

require File.dirname(__FILE__) + '/../../../../../spec_helper'
include OpenEHR::RM::DataTypes::Quantity

describe DvCount do
  before(:each) do
    @dv_count = DvCount.new(:magnitude => 1)
  end

  it 'should be an instance of DvCount' do
    @dv_count.should be_an_instance_of DvCount
  end
end

Version data entries

26 entries across 26 versions & 2 rubygems

Version Path
openehr-1.2.8 spec/lib/openehr/rm/data_types/quantity/dv_count_spec.rb
openehr-1.2.7 spec/lib/openehr/rm/data_types/quantity/dv_count_spec.rb
openehr-1.2.6 spec/lib/openehr/rm/data_types/quantity/dv_count_spec.rb
openehr-1.2.5 spec/lib/openehr/rm/data_types/quantity/dv_count_spec.rb
openehr-1.2.4 spec/lib/openehr/rm/data_types/quantity/dv_count_spec.rb
openehr-1.2.3 spec/lib/openehr/rm/data_types/quantity/dv_count_spec.rb
openehr-1.2.2 spec/lib/openehr/rm/data_types/quantity/dv_count_spec.rb
openehr-1.2.1 spec/lib/openehr/rm/data_types/quantity/dv_count_spec.rb
openehr-1.2.0 spec/lib/openehr/rm/data_types/quantity/dv_count_spec.rb
openehr-1.1.6 spec/lib/openehr/rm/data_types/quantity/dv_count_spec.rb
openehr-1.1.5 spec/lib/openehr/rm/data_types/quantity/dv_count_spec.rb
openehr-1.1.4 spec/lib/openehr/rm/data_types/quantity/dv_count_spec.rb
openehr-1.1.3 spec/lib/openehr/rm/data_types/quantity/dv_count_spec.rb
openehr-1.1.2 spec/lib/openehr/rm/data_types/quantity/dv_count_spec.rb
openehr-1.1.1 spec/lib/openehr/rm/data_types/quantity/dv_count_spec.rb
openehr-1.1.0 spec/lib/openehr/rm/data_types/quantity/dv_count_spec.rb
open_ehr-1.0.2 spec/lib/open_ehr/rm/data_types/quantity/dv_count_spec.rb
open_ehr-1.0.1 spec/lib/open_ehr/rm/data_types/quantity/dv_count_spec.rb
open_ehr-1.0.0 spec/lib/open_ehr/rm/data_types/quantity/dv_count_spec.rb
open_ehr-0.9.5 spec/lib/open_ehr/rm/data_types/quantity/dv_count_spec.rb