Sha256: 8f12f6440fbffa14bac6d61f887c7084babfedf0ba3e60ec594dba32d7d833ea
Contents?: true
Size: 350 Bytes
Versions: 18
Compression:
Stored size: 350 Bytes
Contents
# encoding: utf-8 require File.expand_path(File.join(File.dirname(__FILE__), '..', 'spec_helper')) require 'data_objects/spec/shared/typecast/nil_spec' describe 'DataObjects::SqlServer 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
18 entries across 18 versions & 2 rubygems