Sha256: 7ec68e2b9fe910c8cfdeee0366838bfe0367cb8af0dcc4264fc1e5d753b929d6
Contents?: true
Size: 357 Bytes
Versions: 2
Compression:
Stored size: 357 Bytes
Contents
require File.expand_path(File.join(File.dirname(__FILE__), '..', 'spec_helper')) require 'data_objects/spec/shared/typecast/bigdecimal_spec' # Sqlite3 doesn't support decimals natively, so autocasting is not available: # http://www.sqlite.org/datatype3.html describe 'DataObjects::Sqlite3 with BigDecimal' do it_behaves_like 'supporting BigDecimal' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
sbf-do_sqlite3-0.11.0 | spec/typecast/bigdecimal_spec.rb |
sbf-do_sqlite3-0.10.17 | spec/typecast/bigdecimal_spec.rb |