Sha256: 2b8d3e16729d488a14a4244cdf7c4c914880f2e9228a9901e21a31fb1807b486
Contents?: true
Size: 341 Bytes
Versions: 4
Compression:
Stored size: 341 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::Sqlite3 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
4 entries across 4 versions & 1 rubygems