Sha256: d74ba9cdacec0561086dc4bec5b968d71bc594690ac0f08b16133dea03083724

Contents?: true

Size: 348 Bytes

Versions: 2

Compression:

Stored size: 348 Bytes

Contents

require File.expand_path(File.join(File.dirname(__FILE__), '..', 'spec_helper'))
require 'data_objects/spec/shared/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_behaves_like 'supporting Boolean'
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
sbf-do_sqlite3-0.11.0 spec/typecast/boolean_spec.rb
sbf-do_sqlite3-0.10.17 spec/typecast/boolean_spec.rb