Sha256: a9f09064e8e9698c11b8654a327086d117f6e561704dad8c352716449ac8ca2d

Contents?: true

Size: 291 Bytes

Versions: 8

Compression:

Stored size: 291 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::Mysql with Date' do
  it_should_behave_like 'supporting Date'
  it_should_behave_like 'supporting Date autocasting'
end

Version data entries

8 entries across 8 versions & 1 rubygems

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