Sha256: 446f661a60931c81755e216426a6c3812d37d2c532aa5cc48c76208adffc3169

Contents?: true

Size: 239 Bytes

Versions: 4

Compression:

Stored size: 239 Bytes

Contents

# encoding: utf-8

require File.expand_path(File.join(File.dirname(__FILE__), '..', 'spec_helper'))
require 'data_objects/spec/typecast/date_spec'

describe 'DataObjects::Sqlite3 with Date' do
  it_should_behave_like 'supporting Date'
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
do_sqlite3-0.9.12-x86-mswin32-60 spec/typecast/date_spec.rb
do_sqlite3-0.9.12-x86-mingw32 spec/typecast/date_spec.rb
do_sqlite3-0.9.12-java spec/typecast/date_spec.rb
do_sqlite3-0.9.12 spec/typecast/date_spec.rb