From 05a2cd709f4b223c1e3c32d7699b31d7dab20591 Mon Sep 17 00:00:00 2001 From: akr Date: Sun, 19 Feb 2012 14:44:36 +0000 Subject: add a test. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34699 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/dbm/test_dbm.rb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test/dbm/test_dbm.rb') diff --git a/test/dbm/test_dbm.rb b/test/dbm/test_dbm.rb index b872623bb0..1b851207da 100644 --- a/test/dbm/test_dbm.rb +++ b/test/dbm/test_dbm.rb @@ -574,6 +574,10 @@ if defined? DBM FileUtils.remove_entry_secure @tmproot if File.directory?(@tmproot) end + def test_version + assert_instance_of(String, DBM::VERSION) + end + def test_reader_open_notexist assert_raise(Errno::ENOENT) { DBM.open("#{@tmproot}/a", 0666, DBM::READER) -- cgit v1.2.3