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