Sha256: cb9f93eddcd7ecc40ebeaf8ba6911566ce5ba117fc48cd4bfce91f3e28fb8827
Contents?: true
Size: 291 Bytes
Versions: 2
Compression:
Stored size: 291 Bytes
Contents
require File.expand_path(File.join(File.dirname(__FILE__), '..', 'spec_helper')) require 'data_objects/spec/shared/typecast/bigdecimal_spec' describe 'DataObjects::Mysql with BigDecimal' do it_behaves_like 'supporting BigDecimal' it_behaves_like 'supporting BigDecimal autocasting' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
sbf-do_mysql-0.11.0 | spec/typecast/bigdecimal_spec.rb |
sbf-do_mysql-0.10.17 | spec/typecast/bigdecimal_spec.rb |