Sha256: 5d6d096c672bc793b0f8237d96d20d235384ed12d9a7b39bcc34f952c13150b9
Contents?: true
Size: 563 Bytes
Versions: 2
Compression:
Stored size: 563 Bytes
Contents
require File.expand_path(File.join(File.dirname(__FILE__), '..', 'spec_helper')) require 'data_objects/spec/shared/typecast/nil_spec' # splitting the descibe into two separate declaration avoids # concurrent execution of the "it_behaves_like ....." calls # which would lock the database describe 'DataObjects::Sqlite3 with Nil' do it_behaves_like 'supporting Nil' end describe 'DataObjects::Sqlite3 with Nil' do it_behaves_like 'supporting writing an Nil' end describe 'DataObjects::Sqlite3 with Nil' do it_behaves_like 'supporting Nil autocasting' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
sbf-do_sqlite3-0.11.0 | spec/typecast/nil_spec.rb |
sbf-do_sqlite3-0.10.17 | spec/typecast/nil_spec.rb |