Sha256: 6187e2428584b39b82d101727e34d8c8bf5f0940f2368c5c1a77a0d3c9a83b5f
Contents?: true
Size: 563 Bytes
Versions: 16
Compression:
Stored size: 563 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 "behaves_like ....." calls # which would lock the database describe 'DataObjects::Sqlite3 with Nil' do behaves_like 'supporting Nil' end describe 'DataObjects::Sqlite3 with Nil' do behaves_like 'supporting writing an Nil' end describe 'DataObjects::Sqlite3 with Nil' do behaves_like 'supporting Nil autocasting' end
Version data entries
16 entries across 16 versions & 1 rubygems