Sha256: 64b3d8117b6dd4ce2802fedf824f01bac1cec080e2f92a3ba34ad23f053348e7
Contents?: true
Size: 355 Bytes
Versions: 64
Compression:
Stored size: 355 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::Sqlite3 with Float' do it_should_behave_like 'supporting Float' end describe 'DataObjects::Sqlite3 with Float' do it_should_behave_like 'supporting Float autocasting' end
Version data entries
64 entries across 64 versions & 1 rubygems