Sqlite3-ruby 1.3.1, itextomml 1.3.26
Update vendored sqlite3-ruby and tests for latest itextmml.
This commit is contained in:
parent
29224d6bcc
commit
b3aae9b06d
16 changed files with 257 additions and 9 deletions
|
@ -7,6 +7,10 @@ module SQLite3
|
|||
@db = SQLite3::Database.new(':memory:')
|
||||
end
|
||||
|
||||
def test_encoding
|
||||
assert @db.encoding, 'database has encoding'
|
||||
end
|
||||
|
||||
def test_changes
|
||||
@db.execute("CREATE TABLE items (id integer PRIMARY KEY AUTOINCREMENT, number integer)")
|
||||
assert_equal 0, @db.changes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue