Sha256: 7cdd6e8db11af65c417f2141a5731bba3f9d12415a9755d7922815421195cd43

Contents?: true

Size: 599 Bytes

Versions: 4

Compression:

Stored size: 599 Bytes

Contents

# encoding: utf-8

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

# splitting the descibe into two separate declaration avoids
# concurrent execution of the "it_should_behave_like ....." calls
# which would lock the database

describe 'DataObjects::Sqlite3 with Nil' do
  it_should_behave_like 'supporting Nil'
end

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

describe 'DataObjects::Sqlite3 with Nil' do
  it_should_behave_like 'supporting Nil autocasting'
end

Version data entries

4 entries across 4 versions & 1 rubygems

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