Sha256: e72938fb4aa5383f09c4173ecc8875a12b318ad0ed07c1d16ef20bf7db163649

Contents?: true

Size: 237 Bytes

Versions: 12

Compression:

Stored size: 237 Bytes

Contents

# encoding: utf-8

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

describe 'DataObjects::Postgres with String' do
  behaves_like 'supporting String'
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
do_postgres-0.10.3 spec/typecast/string_spec.rb
do_postgres-0.10.3-x86-mswin32-60 spec/typecast/string_spec.rb
do_postgres-0.10.3-x86-mingw32 spec/typecast/string_spec.rb
do_postgres-0.10.3-java spec/typecast/string_spec.rb
do_postgres-0.10.2 spec/typecast/string_spec.rb
do_postgres-0.10.2-x86-mswin32-60 spec/typecast/string_spec.rb
do_postgres-0.10.2-x86-mingw32 spec/typecast/string_spec.rb
do_postgres-0.10.2-java spec/typecast/string_spec.rb
do_postgres-0.10.1 spec/typecast/string_spec.rb
do_postgres-0.10.1-x86-mswin32-60 spec/typecast/string_spec.rb
do_postgres-0.10.1-x86-mingw32 spec/typecast/string_spec.rb
do_postgres-0.10.1-java spec/typecast/string_spec.rb