File: test_sqlite3.rb

package info (click to toggle)
ruby-sqlite3 1.3.6-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 420 kB
  • sloc: ruby: 3,732; ansic: 1,132; makefile: 10
file content (9 lines) | stat: -rw-r--r-- 155 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
require 'helper'

module SQLite3
  class TestSQLite3 < SQLite3::TestCase
    def test_libversion
      assert_not_nil SQLite3.libversion
    end
  end
end