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