Sha256: 0a39251d26bbea2f30a9710e4aafb1d1146eaf650ec9e0197226aeb98cc5f4a2

Contents?: true

Size: 330 Bytes

Versions: 16

Compression:

Stored size: 330 Bytes

Contents

# encoding: utf-8

require File.expand_path(File.join(File.dirname(__FILE__), '..', 'spec_helper'))
require 'data_objects/spec/typecast/float_spec'

describe 'DataObjects::Sqlite3 with Float' do
  behaves_like 'supporting Float'
end

describe 'DataObjects::Sqlite3 with Float' do
  behaves_like 'supporting Float autocasting'
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
do_sqlite3-0.10.3 spec/typecast/float_spec.rb
do_sqlite3-0.10.3-x86-mswin32-60 spec/typecast/float_spec.rb
do_sqlite3-0.10.3-x86-mingw32 spec/typecast/float_spec.rb
do_sqlite3-0.10.3-java spec/typecast/float_spec.rb
do_sqlite3-0.10.2 spec/typecast/float_spec.rb
do_sqlite3-0.10.2-x86-mswin32-60 spec/typecast/float_spec.rb
do_sqlite3-0.10.2-x86-mingw32 spec/typecast/float_spec.rb
do_sqlite3-0.10.2-java spec/typecast/float_spec.rb
do_sqlite3-0.10.1.1 spec/typecast/float_spec.rb
do_sqlite3-0.10.1.1-x86-mswin32-60 spec/typecast/float_spec.rb
do_sqlite3-0.10.1.1-x86-mingw32 spec/typecast/float_spec.rb
do_sqlite3-0.10.1.1-java spec/typecast/float_spec.rb
do_sqlite3-0.10.1 spec/typecast/float_spec.rb
do_sqlite3-0.10.1-x86-mswin32-60 spec/typecast/float_spec.rb
do_sqlite3-0.10.1-x86-mingw32 spec/typecast/float_spec.rb
do_sqlite3-0.10.1-java spec/typecast/float_spec.rb