Sha256: 9a92a849bd854ecd3e7fa28118f5579bf4b8b62db5ca657c185320bf9e6ca094
Contents?: true
Size: 339 Bytes
Versions: 8
Compression:
Stored size: 339 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::Mysql 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
8 entries across 8 versions & 1 rubygems