Sha256: b7c093ed8af021963c654308d3b5603089cd012beb019631fa287392d7fc1b97
Contents?: true
Size: 366 Bytes
Versions: 4
Compression:
Stored size: 366 Bytes
Contents
# encoding: utf-8 require File.expand_path(File.join(File.dirname(__FILE__), '..', 'spec_helper')) require 'data_objects/spec/typecast/boolean_spec' # Sqlite3 doesn't support booleans natively, so autocasting is not available: # http://www.sqlite.org/datatype3.html describe 'DataObjects::Sqlite3 with Boolean' do it_should_behave_like 'supporting Boolean' end
Version data entries
4 entries across 4 versions & 1 rubygems