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