Sha256: d2072f14b797602b0e3efa78374ae654f62476530154ea4e1fa0a95e3d4b948f

Contents?: true

Size: 244 Bytes

Versions: 12

Compression:

Stored size: 244 Bytes

Contents

# encoding: utf-8

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

describe 'DataObjects::Mysql with ByteArray' do
  behaves_like 'supporting ByteArray'
end

Version data entries

12 entries across 12 versions & 1 rubygems

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