Sha256: aedf855d83c03d6a5ecb5be87070d003ca49afa3db0858b183e289e09717abf6
Contents?: true
Size: 347 Bytes
Versions: 16
Compression:
Stored size: 347 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
16 entries across 16 versions & 1 rubygems