Sha256: 9a92a849bd854ecd3e7fa28118f5579bf4b8b62db5ca657c185320bf9e6ca094

Contents?: true

Size: 339 Bytes

Versions: 8

Compression:

Stored size: 339 Bytes

Contents

# encoding: utf-8

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

describe 'DataObjects::Mysql with Nil' do
  it_should_behave_like 'supporting Nil'
  it_should_behave_like 'supporting writing an Nil'
  it_should_behave_like 'supporting Nil autocasting'
end

Version data entries

8 entries across 8 versions & 1 rubygems

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