Sha256: a519e2d7a74a73575766d97926f6baad2983e35bea5ef32edbb02ec384d6cf06

Contents?: true

Size: 298 Bytes

Versions: 12

Compression:

Stored size: 298 Bytes

Contents

# encoding: utf-8

require File.expand_path(File.join(File.dirname(__FILE__), '..', 'spec_helper'))
require 'data_objects/spec/typecast/bigdecimal_spec'

describe 'DataObjects::Oracle with BigDecimal' do
  behaves_like 'supporting BigDecimal'
  behaves_like 'supporting BigDecimal autocasting'
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
do_oracle-0.10.3 spec/typecast/bigdecimal_spec.rb
do_oracle-0.10.3-x86-mswin32-60 spec/typecast/bigdecimal_spec.rb
do_oracle-0.10.3-x86-mingw32 spec/typecast/bigdecimal_spec.rb
do_oracle-0.10.3-java spec/typecast/bigdecimal_spec.rb
do_oracle-0.10.2-java spec/typecast/bigdecimal_spec.rb
do_oracle-0.10.2 spec/typecast/bigdecimal_spec.rb
do_oracle-0.10.2-x86-mswin32-60 spec/typecast/bigdecimal_spec.rb
do_oracle-0.10.2-x86-mingw32 spec/typecast/bigdecimal_spec.rb
do_oracle-0.10.1 spec/typecast/bigdecimal_spec.rb
do_oracle-0.10.1-x86-mswin32-60 spec/typecast/bigdecimal_spec.rb
do_oracle-0.10.1-x86-mingw32 spec/typecast/bigdecimal_spec.rb
do_oracle-0.10.1-java spec/typecast/bigdecimal_spec.rb