instiki/vendor/plugins/sqlite3-ruby/test/test_sqlite3.rb

10 lines
158 B
Ruby
Raw Normal View History

require 'helper'
module SQLite3
class TestSQLite3 < Test::Unit::TestCase
def test_libversion
assert_not_nil SQLite3.libversion
end
end
end