Sha256: 17c3b7c2f2ae712320279bf28bd1b978dfa1bde4ece92e2a0f1a8bc39ae3d9cb
Contents?: true
Size: 326 Bytes
Versions: 18
Compression:
Stored size: 326 Bytes
Contents
# encoding: utf-8 require File.expand_path(File.join(File.dirname(__FILE__), '..', 'spec_helper')) require 'data_objects/spec/shared/typecast/bigdecimal_spec' describe 'DataObjects::SqlServer with BigDecimal' do it_should_behave_like 'supporting BigDecimal' it_should_behave_like 'supporting BigDecimal autocasting' end
Version data entries
18 entries across 18 versions & 2 rubygems