Sha256: 7a384c6da9a488c7dc8aa2be43991e14f4897445254d5ceaaaa88c6e9a4ab5b4
Contents?: true
Size: 306 Bytes
Versions: 2
Compression:
Stored size: 306 Bytes
Contents
# encoding: utf-8 require File.expand_path(File.join(File.dirname(__FILE__), '..', 'spec_helper')) require 'data_objects/spec/shared/typecast/float_spec' describe 'DataObjects::SqlServer with Float' do it_should_behave_like 'supporting Float' it_should_behave_like 'supporting Float autocasting' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
do_sqlserver-tinytds-0.10.18.alpha | spec/typecast/float_spec.rb |
do_sqlserver-tinytds-0.10.17.alpha | spec/typecast/float_spec.rb |