Sha256: e3dcf1f90ca600c98ce8f84b866098fc5d524f282d373d4a488768214964ad6b
Contents?: true
Size: 354 Bytes
Versions: 4
Compression:
Stored size: 354 Bytes
Contents
# encoding: utf-8 require File.expand_path(File.join(File.dirname(__FILE__), '..', 'spec_helper')) require 'data_objects/spec/typecast/date_spec' # Sqlite3 doesn't support dates natively, so autocasting is not available: # http://www.sqlite.org/datatype3.html describe 'DataObjects::Sqlite3 with Date' do it_should_behave_like 'supporting Date' end
Version data entries
4 entries across 4 versions & 1 rubygems