Sha256: c179af6a85db247c2d3bcecdac3de336675f6169ede0b8862cb9b17f4e62f952

Contents?: true

Size: 240 Bytes

Versions: 8

Compression:

Stored size: 240 Bytes

Contents

# encoding: utf-8

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

describe 'DataObjects::Postgres with Time' do
  it_should_behave_like 'supporting Time'
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
do_postgres-0.10.0-x86-mswin32-60 spec/typecast/time_spec.rb
do_postgres-0.10.0-x86-mingw32 spec/typecast/time_spec.rb
do_postgres-0.10.0 spec/typecast/time_spec.rb
do_postgres-0.10.0-java spec/typecast/time_spec.rb
do_postgres-0.9.12-java spec/typecast/time_spec.rb
do_postgres-0.9.12-x86-mingw32 spec/typecast/time_spec.rb
do_postgres-0.9.12-x86-mswin32-60 spec/typecast/time_spec.rb
do_postgres-0.9.12 spec/typecast/time_spec.rb