Sha256: a648aa3d0536d14190398ad42b806d5fa3fdce40d6998ee15a8415435e7ff53b
Contents?: true
Size: 344 Bytes
Versions: 2
Compression:
Stored size: 344 Bytes
Contents
# encoding: utf-8 require File.expand_path(File.join(File.dirname(__FILE__), '..', 'spec_helper')) require 'data_objects/spec/shared/typecast/date_spec' describe 'DataObjects::SqlServer with Date' do it_should_behave_like 'supporting Date' #SqlServer will cast DATE type to Time it_should_behave_like 'supporting Date autocasting' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
do_sqlserver-tinytds-0.10.18.alpha | spec/typecast/date_spec.rb |
do_sqlserver-tinytds-0.10.17.alpha | spec/typecast/date_spec.rb |